nixos/nebula: Add final newline to module and test

master
Tim Van Baak 2021-03-04 21:39:04 -08:00
parent 10a6af2d61
commit 002fe4f19d
2 changed files with 2 additions and 2 deletions

View File

@ -209,4 +209,4 @@ in
${nameToId netName} = {};
}) cfg.networks);
};
}
}

View File

@ -193,4 +193,4 @@ in
node2.succeed("ping -c3 10.0.100.4")
node4.succeed("ping -c3 10.0.100.2")
'';
})
})