Skip to content

Commit 920003b

Browse files
sharkdpDavid Peter
authored and
David Peter
committed
Fix formatting
1 parent 50a3fa9 commit 920003b

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

numbat-cli/src/config.rs

-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ pub struct ExchangeRateConfig {
3939
pub fetching_policy: ExchangeRateFetchingPolicy,
4040
}
4141

42-
43-
4442
#[derive(Serialize, Deserialize)]
4543
#[serde(rename_all = "kebab-case", default, deny_unknown_fields)]
4644
pub struct Config {

numbat-cli/src/main.rs

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ use rustyline::{
2727
};
2828
use rustyline::{EventHandler, Highlighter, KeyCode, KeyEvent, Modifiers};
2929

30-
3130
use std::io::IsTerminal;
3231
use std::path::PathBuf;
3332
use std::sync::{Arc, Mutex};

0 commit comments

Comments
 (0)