Skip to content

Commit

Permalink
fix clang tidy (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixguendling authored Aug 20, 2023
1 parent 97a80c6 commit 55fec70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nigiri/src/nigiri.cc
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ struct nigiri::impl {
std::unique_ptr<railviz> railviz_;
std::string initial_permalink_;
std::vector<schedule_info> schedules_;
cista::hash_t hash_;
cista::hash_t hash_{0U};
};

nigiri::nigiri() : module("Next Generation Routing", "nigiri") {
Expand Down

0 comments on commit 55fec70

Please sign in to comment.