Skip to content

Commit

Permalink
Formating source
Browse files Browse the repository at this point in the history
  • Loading branch information
Osmar Rodrigues dos Santos Junior committed Sep 30, 2019
1 parent 5ffed6b commit c91a813
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1135,9 +1135,9 @@ class SpotBugsMojo extends AbstractMavenReport implements SpotBugsPluginsTrait {

def writer = outputFile.newWriter(effectiveEncoding)

writer.write "<?xml version=\"1.0\" encoding=\"" + effectiveEncoding + "\"?>"
writer.write "<?xml version=\"1.0\" encoding=\"" + effectiveEncoding + "\"?>"

writer.write "\n"
writer.write "\n"

writer << xmlBuilder.bind { mkp.yield path }
} else {
Expand Down

0 comments on commit c91a813

Please sign in to comment.