Skip to content

Commit

Permalink
follow style guide
Browse files Browse the repository at this point in the history
Co-authored-by: Felix Gündling <[email protected]>
  • Loading branch information
traines-source and felixguendling authored Jan 18, 2025
1 parent 9902350 commit 0211dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/motis/tag_lookup.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ struct tag_lookup {
std::string id(nigiri::timetable const&, nigiri::location_idx_t) const;
std::string id(nigiri::timetable const&,
nigiri::rt::run_stop,
nigiri::event_type const) const;
nigiri::event_type) const;
nigiri::location_idx_t get_location(nigiri::timetable const&,
std::string_view) const;
std::pair<nigiri::rt::run, nigiri::trip_idx_t> get_trip(
Expand Down

0 comments on commit 0211dae

Please sign in to comment.