Skip to content

Commit

Permalink
fix: linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Taepper committed Jun 14, 2024
1 parent 9e04927 commit e5bbeef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/silo/database.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ void addStatisticToBitmapContainerSize(
statistic.n_values_bitset_containers;
}

}
} // namespace

template <typename SymbolType>
BitmapContainerSize Database::calculateBitmapContainerSizePerGenomeSection(
Expand Down Expand Up @@ -494,7 +494,7 @@ DataVersion loadDataVersion(const std::filesystem::path& filename) {
}
return data_version.value();
}
}
} // namespace

Database Database::loadDatabaseState(const std::filesystem::path& save_directory) {
Database database;
Expand Down
2 changes: 1 addition & 1 deletion src/silo/storage/position.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ void deserializeFromFile(const std::string& filename, Position<Nucleotide>& posi
input_archive >> position;
input_file.close();
}
}
} // namespace

TEST(Position, flipsMostNumerousCorrectlyFromInitiallyUnoptimized) {
Position<Nucleotide> under_test;
Expand Down

0 comments on commit e5bbeef

Please sign in to comment.