From 3667cf5bdd925653d78ee18cee3cfadf11c2b40b Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 12 Sep 2022 10:52:15 +0200 Subject: [PATCH] Whitespace --- src/nix-store/nix-store.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/nix-store/nix-store.cc b/src/nix-store/nix-store.cc index 23f2ad3cf..3c34d6558 100644 --- a/src/nix-store/nix-store.cc +++ b/src/nix-store/nix-store.cc @@ -926,7 +926,6 @@ static void opServe(Strings opFlags, Strings opArgs) worker_proto::write(*store, out, status.builtOutputs); } - break; }