Skip to content

Commit 223c986

Browse files
committed
reduce indentation
1 parent 3798e44 commit 223c986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dangerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ else
232232
unless errors.empty?
233233
error_msgs = errors.join("\n")
234234
fail("maven-enforcer-plugin reported about errors. Please, fix them. "\
235-
"Here is its output:\n```\n#{error_msgs}\n```")
235+
"Here is its output:```\n#{error_msgs}```")
236236
end
237237
end
238238

0 commit comments

Comments
 (0)