about summary refs log tree commit diff stats
path: root/src/network_set.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/network_set.cpp')
-rw-r--r--src/network_set.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network_set.cpp b/src/network_set.cpp index c7639ad..45911e3 100644 --- a/src/network_set.cpp +++ b/src/network_set.cpp
@@ -49,4 +49,4 @@ bool NetworkNode::operator<(const NetworkNode& rhs) const {
49 if (exit != rhs.exit) return exit < rhs.exit; 49 if (exit != rhs.exit) return exit < rhs.exit;
50 if (two_way != rhs.two_way) return two_way < rhs.two_way; 50 if (two_way != rhs.two_way) return two_way < rhs.two_way;
51 return false; 51 return false;
52} \ No newline at end of file 52}