Skip to content

Commit

Permalink
[cleanup] Remove flush as close already does that
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Dec 16, 2023
1 parent 4e05c0e commit faf864d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ class XDocsReporter {
}

outputWriter << xmlBuilder.bind(xdoc)
outputWriter.flush()
outputWriter.close()
}

Expand Down

0 comments on commit faf864d

Please sign in to comment.