Skip to content

Commit

Permalink
Adding a necessary space
Browse files Browse the repository at this point in the history
  • Loading branch information
drianne committed Dec 13, 2017
1 parent b6dcbce commit b1455dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/controllers/issues_controller_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def mock.code
200
end

def mock.reopen_issue(name,body)
def mock.reopen_issue(name, body)
Sawyer::Resource.new(Sawyer::Agent.new("/issues_test"), title: name, body: body, number: "3")
end

Expand Down

0 comments on commit b1455dc

Please sign in to comment.