Commit 09338e1f authored by Jun Liu's avatar Jun Liu
Browse files

fix clang format issue

parent 6755dba6
......@@ -59,12 +59,12 @@ namespace fs = ::std::experimental::filesystem;
inline std::string operator+(const std::string_view s, const CK::fs::path& path)
{
return path.string().insert(0, s);
return path.string().insert(0, s);
}
inline std::string operator+(const CK::fs::path& path, const std::string_view s)
{
return path.string().append(s);
return path.string().append(s);
}
#define FS_ENUM_PERMS_ALL fs::perms::all
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment