Skip to content

Commit

Permalink
Some whitespace fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Nov 29, 2014
1 parent e84fb7e commit 7ed1673
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/core/IOU.pm
Expand Up @@ -18,10 +18,10 @@ my class IOU {
!! False;
}

method IO(IOU:D:) { $!that // self }
method IO(IOU:D:) { $!that // self }

method open(|c) { open($!abspath,|c) }
method mkdir(|c) { mkdir($!abspath,|c) }
method open(IOU:D: |c) { open($!abspath,|c) }
method mkdir(IOU:D: |c) { mkdir($!abspath,|c) }

multi method Str(IOU:D:) { $!this }
multi method gist(IOU:D:) { qq|"$!this".IO| }
Expand Down

0 comments on commit 7ed1673

Please sign in to comment.