summary refs log tree commit diff
path: root/tests/tomcat.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tomcat.nix')
-rw-r--r--tests/tomcat.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/tomcat.nix b/tests/tomcat.nix
index bf601e834e1e..0726a7822500 100644
--- a/tests/tomcat.nix
+++ b/tests/tomcat.nix
@@ -2,9 +2,9 @@
 
 {
   nodes = {
-    server = 
+    server =
       { pkgs, config, ... }:
-      
+
       {
         services.tomcat.enable = true;
         services.httpd.enable = true;
@@ -16,10 +16,10 @@
           }
         ];
       };
-      
+
     client = { };
   };
-  
+
   testScript = ''
     startAll;