Skip to content

Commit 64e23cf

Browse files
committed
Indent
1 parent a7f30c1 commit 64e23cf

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

nix/workbench/default.nix

+3-4
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,11 @@ let
4040
jq
4141
moreutils
4242
procps
43-
4443
cardano-cli
4544
cardano-topology
46-
] ++ lib.optional (!pkgs.stdenv.hostPlatform.isDarwin) db-analyser ++ [
47-
locli
48-
]);
45+
] ++ lib.optional (!pkgs.stdenv.hostPlatform.isDarwin) db-analyser
46+
++ [ locli ]
47+
);
4948

5049
runWorkbench =
5150
name: command:

0 commit comments

Comments
 (0)