save: gofmt

This commit is contained in:
Jöran Karl
2025-07-23 21:59:48 +02:00
parent d7e43d4974
commit 87ce5738e1

View File

@@ -374,7 +374,6 @@ func (b *Buffer) safeWrite(path string, withSudo bool, newFile bool) (int, error
}
}()
// Try to backup first before writing
backupName, err := b.writeBackup(path)
if err != nil {