mirror of
https://github.com/NixOS/nix
synced 2025-07-03 06:11:46 +02:00
Style fixes
This commit is contained in:
parent
4983401440
commit
c27f92698b
2 changed files with 3 additions and 4 deletions
|
@ -16,8 +16,7 @@ LogFormat parseLogFormat(const string &logFormatStr) {
|
|||
return LogFormat::bar;
|
||||
else if (logFormatStr == "bar-with-logs")
|
||||
return LogFormat::barWithLogs;
|
||||
throw Error(format("option 'log-format' has an invalid value '%s'") %
|
||||
logFormatStr);
|
||||
throw Error("option 'log-format' has an invalid value '%s'", logFormatStr);
|
||||
}
|
||||
|
||||
Logger *makeDefaultLogger() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue