Skip to content

Commit 421e7d3

Browse files
committed
rubocop corrections
1 parent b41b731 commit 421e7d3

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

app/actions/build_create.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ def initialize(user_audit_info: UserAuditInfo.from_context(SecurityContext),
3232
disk_limit_calculator: StagingDiskCalculator.new,
3333
log_rate_limit_calculator: QuotaValidatingStagingLogRateLimitCalculator.new,
3434
environment_presenter: StagingEnvironmentBuilder.new)
35-
3635
@user_audit_info = user_audit_info
3736
@memory_limit_calculator = memory_limit_calculator
3837
@disk_limit_calculator = disk_limit_calculator

app/presenters/v3/package_presenter.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ def initialize(
1313
show_secrets: false,
1414
censored_message: Censorship::REDACTED_CREDENTIAL
1515
)
16-
1716
super
1817
end
1918

lib/cloud_controller/blobstore/webdav/dav_client.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ def initialize(
2121
min_size: nil,
2222
max_size: nil
2323
)
24-
2524
@directory_key = directory_key
2625
@min_size = min_size || 0
2726
@max_size = max_size

0 commit comments

Comments
 (0)