Skip to content

Commit

Permalink
Address clang-tidy warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed Oct 1, 2023
1 parent c6d8c4f commit ab5fb29
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/quicktour_example_001.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <iostream>
#include <string>

// NOLINTNEXTLINE
int main() {
// const std::string path = "interactions.cool";
// const std::string path = "interactions.mcool::/resolutions/1000";
Expand Down
1 change: 1 addition & 0 deletions examples/quicktour_example_002.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <iostream>
#include <string>

// NOLINTNEXTLINE
int main() {
const std::string path = "interactions.hic";
const std::uint32_t resolution = 1000;
Expand Down
1 change: 1 addition & 0 deletions examples/quicktour_example_003.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include <string>
#include <variant>

// NOLINTNEXTLINE
int main() {
const std::string path = "interactions.hic";
const std::uint32_t resolution = 1000;
Expand Down

0 comments on commit ab5fb29

Please sign in to comment.