1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

Style fixes

This commit is contained in:
Eelco Dolstra 2020-06-11 15:39:08 +02:00
parent 801112de1a
commit 8bd892117a
4 changed files with 8 additions and 8 deletions

View file

@ -461,7 +461,7 @@ public:
}
};
Logger *makeProgressBar(bool printBuildLogs)
Logger * makeProgressBar(bool printBuildLogs)
{
return new ProgressBar(
printBuildLogs,