mirror of
https://github.com/open-goal/jak-project
synced 2026-06-18 23:37:22 -04:00
Format using clang-format
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
#include <vector>
|
||||
|
||||
TEST(FileUtil, valid_path) {
|
||||
|
||||
std::vector<std::string> test = {"cabbage", "banana", "apple"};
|
||||
std::string sampleString = FileUtil::get_file_path(test);
|
||||
// std::cout << sampleString << std::endl;
|
||||
|
||||
Reference in New Issue
Block a user