fix incorrect indentation
[scpubgit/Object-Remote.git] / t / watchdog.t
index c7e2c1f..8615f0e 100644 (file)
@@ -30,13 +30,13 @@ package HangClass;
 use Moo;
 
 sub alive {
-    return 1; 
+  return 1; 
 }
 
 sub hang {
-    while(1) {
-        sleep(1); 
-    }
+  while(1) {
+    sleep(1); 
+  }
 }