Skip to content

Commit 81900e6

Browse files
committed
[#73389] Fix rubocop offenses
Removes unnecessary rubocop:disable and trailing blank line.
1 parent d43c1b1 commit 81900e6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

modules/backlogs/app/controllers/agile/sprints_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def create # rubocop:disable Metrics/AbcSize
5858
end
5959
end
6060

61-
def update # rubocop:disable Metrics/AbcSize
61+
def update
6262
call = ::Sprints::UpdateService
6363
.new(user: current_user, model: @sprint)
6464
.call(attributes: agile_sprint_params[:sprint])

modules/backlogs/spec/controllers/rb_stories_controller_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,5 +220,4 @@
220220
end
221221
end
222222
end
223-
224223
end

0 commit comments

Comments
 (0)