format file
All checks were successful
Clang-format Check / clang-format-check (push) Successful in 16s

This commit is contained in:
Timofey Khoruzhii 2023-05-09 01:28:09 +03:00
parent 75337cf31c
commit 212a1eb8c5

View file

@ -135,4 +135,3 @@ int main(int argc, char* argv[]) {
projects.SaveToYaml(GetLocalPath() / "projects.yml"); projects.SaveToYaml(GetLocalPath() / "projects.yml");
} }
} }