Skip to content

Commit f92fd61

Browse files
committed
t/op/goto.t: Restore previous indent
1 parent 702e850 commit f92fd61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

t/op/goto.t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,8 @@ sub DEBUG_TIME() {
253253
my $out = "";
254254
$out .= 'perl rules';
255255
goto no_list;
256-
no_list:
257-
is($out, 'perl rules', '$out has not been erroneously reset to undef');
256+
no_list:
257+
is($out, 'perl rules', '$out has not been erroneously reset to undef');
258258
};
259259
}
260260

0 commit comments

Comments
 (0)