Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
1uc committed Nov 26, 2024
1 parent df63ed2 commit bc6c2f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/neuron/unique_cstr.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class unique_cstr {
};

inline std::ostream& operator<<(std::ostream& os, const unique_cstr& cstr) {
return os << cstr;
return os << cstr;
}

} // namespace neuron

0 comments on commit bc6c2f9

Please sign in to comment.