Skip to content

Commit 2fbf1a9

Browse files
authored
Add space after if
1 parent 486e571 commit 2fbf1a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def take_requested_action
208208
repository = @payload['repository']['name']
209209
head_branch = @payload['check_run']['check_suite']['head_branch']
210210

211-
if(@payload['requested_action']['identifier'] == 'fix_rubocop_notices')
211+
if (@payload['requested_action']['identifier'] == 'fix_rubocop_notices')
212212
clone_repository(full_repo_name, repository, head_branch)
213213

214214
# Sets your commit username and email address

0 commit comments

Comments
 (0)