treefmt v2.5.0traversed 67 files emitted 64 files for processing formatted 64 files (1 changed) in 432ms M clanServices/dvt/tests/cl/grandine.nix diff --git a/clanServices/dvt/tests/cl/grandine.nix b/clanServices/dvt/tests/cl/grandine.nix index 06b2010..76e4fc0 100644 --- a/clanServices/dvt/tests/cl/grandine.nix +++ b/clanServices/dvt/tests/cl/grandine.nix @@ -124,9 +124,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" + '' + )) ]; }; }