Skip to content

Commit

Permalink
Layout esthetics to please Amsterdam.pm
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Aug 5, 2014
1 parent 3ad15f3 commit 574266a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/core/CompUnitRepo/Locally.pm
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ role CompUnitRepo::Locally {
}

# stubs
method install($source, $from?) { ... }
method files($file, :$name, :$auth, :$ver) { ... }
method candidates($name, :$file, :$auth, :$ver) { ... }
method short-id() { ... }
method install ($source, $from? ) { ... }
method files ($file, :$name, :$auth, :$ver) { ... }
method candidates ($name, :$file, :$auth, :$ver) { ... }
method short-id ( ) { ... }
}

0 comments on commit 574266a

Please sign in to comment.