Skip to content

Commit

Permalink
hi fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
user95401 committed Jul 14, 2024
1 parent 204051c commit 221a5d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_main.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ namespace mle_ui {
if (parse.has_value()) {
value = parse.value();
mle_leveltools::levelFromJson(value);
md_str.append(std::format(
md_str.append(fmt::format(
"\n - {}: {}",
filepath.filename().string(),
value["m_levelName"].dump()
Expand Down

0 comments on commit 221a5d6

Please sign in to comment.