Skip to content

Commit 75470b4

Browse files
committed
Fix indentation.
1 parent 8f05bb0 commit 75470b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/Language/functions.pod6

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1054,11 +1054,11 @@ If the entire script body resides within C<MAIN>, you can use the C<unit>
10541054
declarator as follows:
10551055
10561056
=begin code :skip-test<unit>
1057-
unit sub MAIN( Int :$length = 24,
1058-
:file($data) where { .IO.f // die "file not found in $*CWD" } = 'file.dat',
1059-
Bool :v(:$verbose) #`( -verbose, --verbose, -v or --v ) );
1057+
unit sub MAIN( Int :$length = 24,
1058+
:file($data) where { .IO.f // die "file not found in $*CWD" } = 'file.dat',
1059+
Bool :v(:$verbose) #`( -verbose, --verbose, -v or --v ) );
10601060
1061-
# rest of script is part of MAIN
1061+
# rest of script is part of MAIN
10621062
=end code
10631063
10641064
Note that this is only appropriate if you do not need a C<proto> or C<multi> definition.

0 commit comments

Comments
 (0)