1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-14 22:42:41 +01: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,