Skip to content

Commit

Permalink
WIP: lua: code-style: enable code-formatting in load_api()
Browse files Browse the repository at this point in the history
  • Loading branch information
dbartolini committed Aug 25, 2023
1 parent f36c0f3 commit 25f5380
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lua/lua_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,6 @@ static void lua_dump_table(lua_State *L, int i, StringStream &json)

void load_api(LuaEnvironment &env)
{
// code-format off
env.add_module_function("Math", "ray_plane_intersection", [](lua_State *L) {
LuaStack stack(L);
const Plane3 p = plane3::from_point_and_normal(stack.get_vector3(3)
Expand Down

0 comments on commit 25f5380

Please sign in to comment.