Skip to content

Commit

Permalink
fix: please fmt?
Browse files Browse the repository at this point in the history
  • Loading branch information
qudix committed Sep 19, 2024
1 parent 517f0b9 commit ebd1895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SFSE/API.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ namespace SFSE

if (a_log) {
log::init();
log::info("{} v{}", GetPluginName(), GetPluginVersion());
log::info("{} v{}"sv, GetPluginName(), GetPluginVersion());
}

if (!storage.apiInit) {
Expand Down

0 comments on commit ebd1895

Please sign in to comment.