Skip to content

Commit 8fcc090

Browse files
committed
remove trailing whitespace
1 parent 9e8265d commit 8fcc090

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Language/typesystem.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ user defined types use L<augment|/language/variables#The_augment_Declarator>.
6565
has $.int;
6666
method this-is-c { put 'oi' x $!int ~ '‽' }
6767
}
68-
68+
6969
use MONKEY-TYPING;
7070
augment class Int {
7171
method C { C.new(:int(self))}
7272
}
73-
73+
7474
my $i = 10;
7575
$i.=C;
7676
$i.this-is-c();

0 commit comments

Comments
 (0)