Format using clang-format

This commit is contained in:
blahpy
2020-09-10 10:35:29 +12:00
parent 9f1d6792e2
commit efe94dca79
3 changed files with 18 additions and 20 deletions
-1
View File
@@ -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;