forked from lix-project/hydra
Fix indentation
Co-authored-by: John Ericson <git@JohnEricson.me>
This commit is contained in:
parent
9f0427385f
commit
35ccc9ebb2
|
@ -373,7 +373,7 @@ void State::buildRemote(ref<Store> destStore,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (GET_PROTOCOL_MINOR(remoteVersion) >= 6) {
|
if (GET_PROTOCOL_MINOR(remoteVersion) >= 6) {
|
||||||
WorkerProto::Serialise<DrvOutputs>::read(*localStore, rconn);
|
WorkerProto::Serialise<DrvOutputs>::read(*localStore, rconn);
|
||||||
}
|
}
|
||||||
switch ((BuildResult::Status) res) {
|
switch ((BuildResult::Status) res) {
|
||||||
case BuildResult::Built:
|
case BuildResult::Built:
|
||||||
|
|
Loading…
Reference in a new issue