Skip to content

Commit df033ce

Browse files
committed
Perltidy
1 parent 4afdfd3 commit df033ce

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/Rex/Commands/Run.pm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ BEGIN {
4949
}
5050
else {
5151
# this fails sometimes on windows...
52-
eval {
53-
Rex::Logger::debug("Running under windows, Expect not supported."); };
52+
eval { Rex::Logger::debug("Running under windows, Expect not supported."); };
5453
}
5554
}
5655

0 commit comments

Comments
 (0)