inline-verify: flush printwriter of --verifications-out

This commit is contained in:
Paul Schaub 2022-11-07 01:17:54 +01:00
parent aa953428ee
commit 8494f413e6
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 2 additions and 0 deletions

View File

@ -98,6 +98,8 @@ public class InlineVerifyCmd extends AbstractSopCmd {
pw.println(verification);
// CHECKSTYLE:ON
}
pw.flush();
pw.close();
} catch (IOException e) {
throw new RuntimeException(e);
}