mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 14:58:10 -05:00
Reformat code with clang format
This commit is contained in:
@ -1,13 +1,10 @@
|
||||
#include <catch2/catch_test_macros.hpp>
|
||||
#include <catch2/generators/catch_generators.hpp>
|
||||
|
||||
#include "Parsing/Commands/Impl/CommandsLexer.h"
|
||||
#include "Parsing/Mock/MockParserLineStream.h"
|
||||
|
||||
#include <catch2/catch_test_macros.hpp>
|
||||
#include <catch2/generators/catch_generators.hpp>
|
||||
|
||||
namespace test::parsing::commands::impl::commands_lexer
|
||||
{
|
||||
TEST_CASE("CommandsLexer: ", "[parsing][commands]")
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
TEST_CASE("CommandsLexer: ", "[parsing][commands]") {}
|
||||
} // namespace test::parsing::commands::impl::commands_lexer
|
||||
|
Reference in New Issue
Block a user