Skip to content

Commit

Permalink
Bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
stefl committed Aug 31, 2012
1 parent e25971b commit d40abc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pat.rb
Expand Up @@ -9,6 +9,6 @@ class PatClient < Weary::Client

def Pat
def self.get(code)
PatClient.new.get(:code => code.gsub(' ', '').perform
PatClient.new.get(:code => code.gsub(' ', '')).perform
end
end

0 comments on commit d40abc2

Please sign in to comment.