Skip to content

Commit

Permalink
fix: remove extra ";" (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-roland authored Nov 8, 2023
1 parent c9f4d0e commit a822c95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/zenohcxx/impl.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ inline bool scout(z::ScoutingConfig&& config, ClosureHello&& callback, ErrNo& er
auto cb = callback.take();
error = ::z_scout(z_move(c), z_move(cb));
return error == 0;
};
}

inline bool scout(z::ScoutingConfig&& config, ClosureHello&& callback) {
ErrNo error;
Expand Down Expand Up @@ -574,7 +574,7 @@ inline std::variant<z::Session, z::ErrorMessage> open(z::Config&& config, bool
}
#endif
return session;
};
}

#ifdef __ZENOHCXX_ZENOHPICO
inline z::Session&& z::Session::operator=(Session&& other) {
Expand Down

0 comments on commit a822c95

Please sign in to comment.