remove spurious empty line to fix build, and update roadmap

This commit is contained in:
Mechiel Lukkien
2024-04-22 14:32:30 +02:00
parent bf5cfca6b9
commit 2bb4f78657
2 changed files with 0 additions and 2 deletions

View File

@ -33,7 +33,6 @@ func TestExport(t *testing.T) {
}()
defer Switchboard()()
msgFile, err := CreateMessageTemp(pkglog, "mox-test-export")
tcheck(t, err, "create temp")
defer os.Remove(msgFile.Name()) // To be sure.