Skip to content

Commit 1b32ce4

Browse files
committed
robocop fixes
1 parent fd1cd2c commit 1b32ce4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

polling/infrequent/compose_greeting_activity.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ def execute(input)
1515
)
1616
end
1717
end
18-
end
18+
end

polling/infrequent/greeting_workflow.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ def execute(name)
1818
)
1919
end
2020
end
21-
end
21+
end

polling/infrequent/test_service.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ def get_service_result(input, activity_info)
2323
"#{input['greeting']}, #{input['name']}!"
2424
end
2525
module_function :get_service_result
26-
end
26+
end

0 commit comments

Comments
 (0)