diff options
Diffstat (limited to 'src/ui/history_box.rs')
-rwxr-xr-x | src/ui/history_box.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/history_box.rs b/src/ui/history_box.rs index 87631b0..510db07 100755 --- a/src/ui/history_box.rs +++ b/src/ui/history_box.rs @@ -137,4 +137,3 @@ impl FurHistoryBox { window.vertical_align(gtk::Align::Center); } } - |