Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Krist Pregracke committed Nov 16, 2024
1 parent 344be4c commit 911d6e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Cmd/Build.cc
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ buildImpl(std::string& outDir, const bool isDebug) {
logger::info(
"Compiling",

"{} v{} ({})", packageName, getPackageVersion().toString(),
getProjectBasePath().string()
"{} v{} ({})", packageName, getPackageVersion().toString(),
getProjectBasePath().string()

);
exitCode = execCmd(makeCmd);
Expand Down

0 comments on commit 911d6e0

Please sign in to comment.