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
1 changed files with 1 additions and 1 deletions

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()