fix rustfmt errors

This commit is contained in:
yggverse 2025-03-12 16:34:45 +02:00
parent c299d1cd9e
commit 9db4049169

View File

@ -24,8 +24,6 @@ pub struct Item {
}
impl Item {
pub fn open(&mut self) {
self.opened.pulse();
self.is_saved = false