Skip to content

Commit 87bdadc

Browse files
committed
Merge pull request #42 from paultcochrane/pr/remove_blank_line_in_html_output
Replacing hard tab with spaces in code example
2 parents cd56de3 + 646d11e commit 87bdadc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Type/IO/FileTestable.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ If you have a string - a path to something in the filesystem:
3939
4040
if "path/to/file".IO ~~ :e {
4141
say 'file exists';
42-
}
42+
}
4343
4444
my $file = "path/to/file";
4545
if $file.IO ~~ :e {

0 commit comments

Comments
 (0)