Skip to content

Commit f4312a0

Browse files
Code format - (Clang-format)
1 parent 7606882 commit f4312a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lua/functions/lua_functions_loader.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class Lua {
8383
return static_cast<T>(number);
8484
}
8585

86-
return T{};
86+
return T {};
8787
}
8888

8989
template <typename T>

0 commit comments

Comments
 (0)