imp:import: avoid extra newline after output

This commit is contained in:
Simon Michael 2025-08-26 23:01:40 +01:00
parent b22f94007f
commit cffee7f546

View File

@ -60,7 +60,7 @@ importcmd opts@CliOpts{rawopts_=rawopts,inputopts_=iopts} j = do
Left err -> error' err
Right (newj, latestdatesforfiles) ->
case sortOn tdate $ jtxns newj of
[] -> hPrintf stderr "no new transactions found in %s\n\n" inputstr
[] -> hPrintf stderr "no new transactions found in %s\n" inputstr
newts | catchup ->
if dryrun