Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix spacing
  • Loading branch information
vendethiel committed Apr 13, 2014
1 parent 36e316d commit 2837807
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/Set.pm
@@ -1,7 +1,7 @@
my class Set does Setty {
has Int $!total;
has Real$!min;
has Real$!max;
has Real $!min;
has Real $!max;
has $!WHICH;

method total (--> Int) { $!total //= %!elems.elems }
Expand Down

0 comments on commit 2837807

Please sign in to comment.