Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhickman committed Jun 9, 2023
1 parent 5fa456f commit 88c27b9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/app/delegate.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
use anyhow::Result;
use druid::{
AppDelegate, Command, DelegateCtx, Env, Handled, Target,
WindowHandle, WindowId,
};
use druid::{AppDelegate, Command, DelegateCtx, Env, Handled, Target, WindowHandle, WindowId};

use crate::app::{self, command, fmt_err};

Expand Down

0 comments on commit 88c27b9

Please sign in to comment.