1
0
mirror of https://github.com/bobwen-dev/hunter synced 2025-04-12 00:55:41 +02:00

remove unnecessary trailing semicolon

This commit is contained in:
Bob Wen 2021-03-01 14:50:55 +08:00 committed by GitHub
parent 355d9a3101
commit 426b8ed0f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -362,7 +362,7 @@ impl QuickAction {
files: Vec<File>,
core: &WidgetCore,
proc_view: Arc<Mutex<ProcView>>) -> HResult<()> {
use crate::minibuffer::MiniBufferEvent::*;;
use crate::minibuffer::MiniBufferEvent::*;
let answers = self.queries
.iter()