fixed whitespace inside r3.hpp
This commit is contained in:
parent
14e38ff358
commit
287f667ef8
@ -103,7 +103,7 @@ public:
|
||||
}
|
||||
|
||||
R3(R3&) = delete;
|
||||
|
||||
|
||||
R3(R3&& other)
|
||||
{
|
||||
this->routes = std::move(other.routes);
|
||||
|
Loading…
Reference in New Issue
Block a user