From 002fe4f19dcf14993dd850be100865b63bc97b80 Mon Sep 17 00:00:00 2001 From: Tim Van Baak Date: Thu, 4 Mar 2021 21:39:04 -0800 Subject: [PATCH] nixos/nebula: Add final newline to module and test --- nixos/modules/services/networking/nebula.nix | 2 +- nixos/tests/nebula.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/modules/services/networking/nebula.nix b/nixos/modules/services/networking/nebula.nix index b4ae91e19d0743..db6c42868d5c03 100644 --- a/nixos/modules/services/networking/nebula.nix +++ b/nixos/modules/services/networking/nebula.nix @@ -209,4 +209,4 @@ in ${nameToId netName} = {}; }) cfg.networks); }; -} \ No newline at end of file +} diff --git a/nixos/tests/nebula.nix b/nixos/tests/nebula.nix index c7d71c00f8117e..b341017295eeba 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 +})