summary refs log tree commit diff
path: root/nixos/tests/nebula.nix
diff options
context:
space:
mode:
authorTim Van Baak <tim.vanbaak@gmail.com>2021-03-04 21:39:04 -0800
committerTim Van Baak <tim.vanbaak@gmail.com>2021-03-04 21:39:04 -0800
commit002fe4f19dcf14993dd850be100865b63bc97b80 (patch)
tree03509d7ce0813361b20ba88908cbf87cc68561c5 /nixos/tests/nebula.nix
parent10a6af2d610ce12e81f28e342a0dc7e104e8d28c (diff)
nixos/nebula: Add final newline to module and test
Diffstat (limited to 'nixos/tests/nebula.nix')
-rw-r--r--nixos/tests/nebula.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/nebula.nix b/nixos/tests/nebula.nix
index c7d71c00f8117..b341017295eeb 100644
--- a/nixos/tests/nebula.nix
+++ b/nixos/tests/nebula.nix
@@ -193,4 +193,4 @@ in
     node2.succeed("ping -c3 10.0.100.4")
     node4.succeed("ping -c3 10.0.100.2")
   '';
-})
\ No newline at end of file
+})