Style fix

This commit is contained in:
Eelco Dolstra 2020-08-05 16:51:06 +02:00
parent e48f944e9d
commit 790b694be7

View file

@ -578,7 +578,7 @@ void LocalStore::checkDerivationOutputs(const StorePath & drvPath, const Derivat
envHasRightPath(path, i.first);
},
[&](DerivationOutputCAFloating _) {
throw UnimplementedError("Floating CA output derivations are not yet implemented");
throw UnimplementedError("floating CA output derivations are not yet implemented");
},
}, i.second.output);
}