We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a163cb commit f2002dcCopy full SHA for f2002dc
src/evidenceangel-ui/app.rs
@@ -1106,7 +1106,7 @@ impl Component for AppModel {
1106
let lock_file_name =
1107
format!(".~lock.{}#", path.file_name().unwrap().to_str().unwrap());
1108
let lock_file = path.clone().with_file_name(lock_file_name);
1109
- error_dlg.emit(ErrorDialogInput::OfferLockRelease { lock_file })
+ error_dlg.emit(ErrorDialogInput::OfferLockRelease { lock_file });
1110
}
1111
error_dlg.emit(ErrorDialogInput::Present(root.clone()));
1112
self.latest_error_dlg = Some(error_dlg);
0 commit comments