remove unnecessary trailing semicolon

This commit is contained in:
Bob Wen 2021-03-01 15:45:45 +08:00 committed by GitHub
parent e2dda3e3a1
commit 27cc03bca1
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()