Skip to content

Commit 27b5b62

Browse files
committed
chore: formatting
1 parent 24a8310 commit 27b5b62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/test_codegen_plugin.cc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
using namespace std::string_view_literals;
66

77
auto ecsact_codegen_plugin_name() -> const char* {
8-
return "txt";
8+
return "txt";
99
}
1010

1111
auto ecsact_codegen_plugin( //
1212
ecsact_package_id package_id,
1313
ecsact_codegen_write_fn_t write_fn
1414
) -> void {
15-
auto test_message = "this is just a test, breathe!"sv;
16-
write_fn(test_message.data(), test_message.size());
15+
auto test_message = "this is just a test, breathe!"sv;
16+
write_fn(test_message.data(), test_message.size());
1717
}

0 commit comments

Comments
 (0)