Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove extra whitespace introduced by automated change
  • Loading branch information
Geoffrey Broadwell committed Mar 3, 2012
1 parent bb4c5e5 commit f8d2de3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions S32-setting-library/Basics.pod
Expand Up @@ -110,9 +110,9 @@ The following are defined in the C<Any> role:
multi method clone (::T $self, *%attributes --> T --> Any ) {...}

multi method can ($self:, Str $method --> Callable ) {...}
multi method does ($self:, $type --> Bool ) {...}
multi method isa ($self:, $type --> Bool ) {...}
multi method perl ( Mu $o: --> Str ) is export {...}
multi method does ($self:, $type --> Bool ) {...}
multi method isa ($self:, $type --> Bool ) {...}
multi method perl ( Mu $o: --> Str ) is export {...}
multi method warn ( Mu $o: --> Any ) is export {...}
}

Expand Down

0 comments on commit f8d2de3

Please sign in to comment.