Skip to content

Commit

Permalink
Remove empty statement (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
scribam authored Apr 2, 2023
1 parent fab36ce commit 887a7e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/LuaBridge/detail/Dump.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ inline void dumpValue(lua_State* L, int index, std::ostream& stream, unsigned le

default:
stream << lua_typename(L, type);
;
break;
}
}
Expand Down

0 comments on commit 887a7e1

Please sign in to comment.