Skip to content

Commit

Permalink
Oops, forgot to remove one --> Nil
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Feb 17, 2016
1 parent 0054aa7 commit e3b1dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Buf.pm
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ my role Buf[::T = uint8] does Blob[T] is repr('VMArray') is array_type(T) {
self!append(@values,'append')
}

method !append(Buf:D: @values, $action --> Nil) {
method !append(Buf:D: @values, $action) {
fail X::Cannot::Lazy.new(:$action,:what(self.^name))
if @values.is-lazy;

Expand Down

0 comments on commit e3b1dd3

Please sign in to comment.