Skip to content

Commit 55341b7

Browse files
committed
Remove redundant argument
1 parent 0aad4e6 commit 55341b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csv-validator-ui/src/main/scala/uk/gov/nationalarchives/csv/validator/ui/CsvValidatorUi.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ object CsvValidatorUi extends SimpleSwingApplication {
417417
suffix
418418
)
419419
},
420-
output = outputToReport(clearOutput = false),
420+
output = outputToReport(),
421421
resumeUi = {
422422
btnValidate.enabled = true
423423
btnValidateMetadataOnly.enabled = true

0 commit comments

Comments
 (0)