Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Feb 9, 2018
1 parent 5cd6510 commit 410a398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S12-attributes/class.t
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ plan 23;
class Foo {
our $.bar = 23;
our $.yada = 13;
}
}

my $test = 0;
ok ($test = Foo.bar), 'accessors for class attributes work';
Expand Down

0 comments on commit 410a398

Please sign in to comment.