Skip to content

Commit

Permalink
Newlines.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmertens committed Mar 12, 2014
1 parent 134afbc commit a7fad02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/billy/handlers/request_handler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ def stub_handler
handlers[:stubs]
end
end
end
end
2 changes: 1 addition & 1 deletion lib/billy/handlers/stub_handler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ def find_stub(method, url)
stubs.find { |stub| stub.matches?(method, url) }
end
end
end
end

0 comments on commit a7fad02

Please sign in to comment.