Remove empty line.

This commit is contained in:
zel1b08a 2024-12-07 20:56:50 +07:00 committed by GitHub
parent efac3b36ab
commit e41bfbcf06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -440,7 +440,6 @@ inline void to_json(BasicJsonType& j, const std_fs::path& p)
#else
j = p.u8string();
#endif
}
#endif