diff options
author | boasting-squirrel <boasting.squirrel@gmail.com> | 2019-04-06 18:50:25 +0000 |
---|---|---|
committer | boasting-squirrel <boasting.squirrel@gmail.com> | 2019-04-06 18:50:25 +0000 |
commit | 9e173a8d503287ff9aef8156adc7f4a4fd3892df (patch) | |
tree | 43900c59c722e82f736b3e00bbcf3d7bd7dc9443 /src/themes.rs | |
parent | Improved mobile view (diff) | |
download | miniserve-9e173a8d503287ff9aef8156adc7f4a4fd3892df.tar.gz miniserve-9e173a8d503287ff9aef8156adc7f4a4fd3892df.zip |
Cargo fmt
Diffstat (limited to 'src/themes.rs')
-rw-r--r-- | src/themes.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/themes.rs b/src/themes.rs index 72bdcfa..dca656d 100644 --- a/src/themes.rs +++ b/src/themes.rs @@ -272,5 +272,4 @@ pub struct Theme { pub drag_text_color: String, pub size_background_color: String, pub size_text_color: String, - } |