X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=blobdiff_plain;f=t%2Fwatchdog.t;fp=t%2Fwatchdog.t;h=8615f0e65f27d96d324d974a98f386f1359bf32c;hp=c7e2c1fd464802a819b69a5c01a0f6a416dee2da;hb=09130cd025586aa10cb57c33d3ae899a7cc7e185;hpb=b1f10b7944d395e404beb995813271d857d143f7 diff --git a/t/watchdog.t b/t/watchdog.t index c7e2c1f..8615f0e 100644 --- a/t/watchdog.t +++ b/t/watchdog.t @@ -30,13 +30,13 @@ package HangClass; use Moo; sub alive { - return 1; + return 1; } sub hang { - while(1) { - sleep(1); - } + while(1) { + sleep(1); + } }