Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #256 from Nami-Doc/patch-1
Fix spacing
  • Loading branch information
jnthn committed Apr 13, 2014
2 parents 36e316d + 2837807 commit 7d2e554
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 7d2e554

Please sign in to comment.