Commit a1b06a82 authored by Lin Jen-Shin's avatar Lin Jen-Shin

rubocop: Align the operands of an expression

C: Style/MultilineOperationIndentation:
Align the operands of an expression in an assignment
spanning multiple lines.
parent 53c94f9e
......@@ -169,8 +169,8 @@ module Ci
build.artifacts_metadata = metadata
build.artifacts_expire_in =
params['expire_in'] ||
Gitlab::CurrentSettings.current_application_settings
.default_artifacts_expire_in
Gitlab::CurrentSettings.current_application_settings
.default_artifacts_expire_in
if build.save
present(build, with: Entities::BuildDetails)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment