Skip to content

Commit a145b44

Browse files
committed
Committing clang-format changes
1 parent 0f6bed1 commit a145b44

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

include/glaze/thread/async_string.hpp

+3-2
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,9 @@ namespace glz
9191
str = sv;
9292
return *this;
9393
}
94-
95-
explicit operator std::string() const {
94+
95+
explicit operator std::string() const
96+
{
9697
std::shared_lock lock{mutex};
9798
return str;
9899
}

0 commit comments

Comments
 (0)