clang-format

This commit is contained in:
wheremyfoodat 2023-09-27 14:18:57 +03:00
parent 2f47f15315
commit aacb7c58e7

View file

@ -21,4 +21,4 @@ namespace Result::FS {
// Trying to rename a file but the destination already exists
DEFINE_HORIZON_RESULT(RenameFileDestExists, 190, NothingHappened, Status);
};
}; // namespace Result::FS