Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
brinkqiang committed May 13, 2020
1 parent 1a0f056 commit 9ca3427
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/luafmt/luafmt.cc
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ void Cluafmt::log(sol::this_state L, spdlog::level::level_enum lvl, const char*
default:
break;
}

}

void Cluafmt::trace(sol::this_state L, const char* fmt, sol::variadic_args v)
Expand Down Expand Up @@ -97,6 +96,8 @@ void Cluafmt::off(sol::this_state L, const char* fmt, sol::variadic_args v)

std::string Cluafmt::format(sol::this_state L, const char* fmt, sol::variadic_args v)
{
fmt::dynamic_format_arg_store<fmt::format_context> store;

switch (v.size())
{
case 0:
Expand Down

0 comments on commit 9ca3427

Please sign in to comment.