aboutsummaryrefslogtreecommitdiffstats
path: root/ports/servoshell/desktop/minibrowser.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ports/servoshell/desktop/minibrowser.rs')
-rw-r--r--ports/servoshell/desktop/minibrowser.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/servoshell/desktop/minibrowser.rs b/ports/servoshell/desktop/minibrowser.rs
index 3b6ccc42922..5eac3005048 100644
--- a/ports/servoshell/desktop/minibrowser.rs
+++ b/ports/servoshell/desktop/minibrowser.rs
@@ -11,8 +11,8 @@ use dpi::PhysicalSize;
use egui::text::{CCursor, CCursorRange};
use egui::text_edit::TextEditState;
use egui::{
- pos2, CentralPanel, Frame, Key, Label, Modifiers, PaintCallback, SelectableLabel,
- TopBottomPanel, Vec2,
+ CentralPanel, Frame, Key, Label, Modifiers, PaintCallback, SelectableLabel, TopBottomPanel,
+ Vec2, pos2,
};
use egui_glow::CallbackFn;
use egui_winit::EventResponse;