Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKutzner committed Dec 9, 2024
1 parent df9a44c commit eb5676d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion include/nigiri/routing/query.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

namespace nigiri {
struct timetable;
};
}

namespace nigiri::routing {

Expand Down
1 change: 1 addition & 0 deletions src/routing/query.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include "nigiri/for_each_meta.h"

namespace nigiri::routing {

inline void sanitize_query(query& q) {
if (q.max_travel_time_.count() < 0 || q.max_travel_time_ > kMaxTravelTime) {
q.max_travel_time_ = kMaxTravelTime;
Expand Down

0 comments on commit eb5676d

Please sign in to comment.