mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2024-11-22 07:12:04 +01:00
inline-verify: flush printwriter of --verifications-out
This commit is contained in:
parent
aa953428ee
commit
8494f413e6
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue