Skip to content

Commit

Permalink
New Formating
Browse files Browse the repository at this point in the history
  • Loading branch information
JanNiklasFeld committed Nov 24, 2024
1 parent dacfb4e commit e606e03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: ubuntu:jammy
image: ubuntu:noble

steps:
- name: Cancel outdated jobs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,5 @@ void ImportanceResamplingWE<StateType>::resample(const ParticleList &sourceList,
// template <class StateType>
// void ParticleFilter<StateType>::drawAllFromDistribution(const
// std::shared_ptr<StateDistribution<StateType>>& distribution) {
}; // namespace bitbots_localization
}; // namespace bitbots_localization
#endif // IMPORTANCERESAMPLINGWE_H

0 comments on commit e606e03

Please sign in to comment.