Skip to content

Commit

Permalink
clfi
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphal committed Dec 3, 2024
1 parent 20b3d80 commit 4ea1976
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions application/F3DStarter.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -442,10 +442,7 @@ class F3DStarter::F3DInternals
std::to_string(maxNumberingAttempts) + " attempts");
}

static void PrintLoggingMap(
const std::map<std::string, log_entry_t>&
loggingMap,
char sep)
static void PrintLoggingMap(const std::map<std::string, log_entry_t>& loggingMap, char sep)
{
for (const auto& [key, tuple] : loggingMap)
{
Expand Down

0 comments on commit 4ea1976

Please sign in to comment.