Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Krist Pregracke committed Nov 15, 2024
1 parent a32a4a6 commit b822f85
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/BuildConfig.cc
Original file line number Diff line number Diff line change
Expand Up @@ -915,7 +915,9 @@ BuildConfig::configureBuild() {
targets.at(libTarget).remDeps, // we don't need sourceFile
buildObjTargets
);
defineLibTarget(outBasePath / fmt::format("lib{}.a", packageName), libTargetDeps);
defineLibTarget(
outBasePath / fmt::format("lib{}.a", packageName), libTargetDeps
);
}

// Test Pass
Expand Down

0 comments on commit b822f85

Please sign in to comment.