Skip to content

Commit d96fb2f

Browse files
committed
add indent
1 parent 223c986 commit d96fb2f

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#{error_msgs}```")
235+
"Here is its output:\n```#{error_msgs}\n```")
236236
end
237237
end
238238

0 commit comments

Comments
 (0)