Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Hind-M committed Oct 10, 2024
1 parent e78a1ec commit a2f6ed1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libmamba/src/core/repo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,8 @@ namespace mamba
}
catch (const std::exception& e)
{
LOG_WARNING << "Could not write libsolv solv file for " << json_file << ": " << e.what();
LOG_WARNING << "Could not write libsolv solv file for " << json_file << ": "
<< e.what();
}
}
}
Expand Down

0 comments on commit a2f6ed1

Please sign in to comment.