Skip to content

Commit f2002dc

Browse files
committed
refactor: applied clippy suggestions
1 parent 3a163cb commit f2002dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/evidenceangel-ui/app.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1106,7 +1106,7 @@ impl Component for AppModel {
11061106
let lock_file_name =
11071107
format!(".~lock.{}#", path.file_name().unwrap().to_str().unwrap());
11081108
let lock_file = path.clone().with_file_name(lock_file_name);
1109-
error_dlg.emit(ErrorDialogInput::OfferLockRelease { lock_file })
1109+
error_dlg.emit(ErrorDialogInput::OfferLockRelease { lock_file });
11101110
}
11111111
error_dlg.emit(ErrorDialogInput::Present(root.clone()));
11121112
self.latest_error_dlg = Some(error_dlg);

0 commit comments

Comments
 (0)