summary refs log tree commit diff
path: root/nixos/tests/tiddlywiki.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/tiddlywiki.nix')
-rw-r--r--nixos/tests/tiddlywiki.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/tiddlywiki.nix b/nixos/tests/tiddlywiki.nix
index cf45578b0f9..822711b8939 100644
--- a/nixos/tests/tiddlywiki.nix
+++ b/nixos/tests/tiddlywiki.nix
@@ -44,7 +44,7 @@ import ./make-test-python.nix ({ ... }: {
           configured.succeed(
               "curl --fail -o /dev/null 127.0.0.1:3000 --user somelogin:somesecret"
           )
-      
+
       with subtest("restart preserves changes"):
           # given running wiki
           default.wait_for_unit("tiddlywiki.service")