treefmt v2.5.0traversed 67 files emitted 64 files for processing formatted 64 files (1 changed) in 414ms M clanServices/dvt/tests/cl/grandine.nix diff --git a/clanServices/dvt/tests/cl/grandine.nix b/clanServices/dvt/tests/cl/grandine.nix index be1b613..ef519f1 100644 --- a/clanServices/dvt/tests/cl/grandine.nix +++ b/clanServices/dvt/tests/cl/grandine.nix @@ -126,9 +126,11 @@ in # Grandine requires bootstrap_nodes.txt in --configuration-directory for # --network custom. An empty file is sufficient for a devnet with no # bootstrap peers. - (toString (pkgs.writeShellScript "${serviceName}-bootstrap-nodes" '' - touch "${genesisDir}/bootstrap_nodes.txt" - '')) + (toString ( + pkgs.writeShellScript "${serviceName}-bootstrap-nodes" '' + touch "${genesisDir}/bootstrap_nodes.txt" + '' + )) ]; }; }