Skip to content

Commit

Permalink
Remove fossil
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Oct 23, 2015
1 parent 9d67fe8 commit 89b75fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/IO/Handle.pm
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ my class IO::Handle does IO {
FETCH => {
$!nl
},
STORE => -> $, $nl is copy {
STORE => -> $, $nl {
nqp::setinputlinesep($!PIO, nqp::unbox_s($!nl = $nl));
}
);
Expand Down

0 comments on commit 89b75fa

Please sign in to comment.