Skip to content
This repository was archived by the owner on Nov 6, 2020. It is now read-only.

Commit 35dca38

Browse files
committed
converted spaces to tabs
1 parent 5e59959 commit 35dca38

File tree

8 files changed

+3168
-3168
lines changed

8 files changed

+3168
-3168
lines changed

parity/cli/args.rs

Lines changed: 1271 additions & 1271 deletions
Large diffs are not rendered by default.

parity/cli/config.rs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ use rust_embed::RustEmbed;
66
struct Config;
77

88
pub fn get_config(config_name: &str) -> Result<String, ArgsError> {
9-
match Config::get(config_name) {
10-
Some(x) => Ok((std::str::from_utf8(x.as_ref()).unwrap()).to_owned()),
11-
None => Err(ArgsError::ConfigReadError(format!(
12-
"Failure to read config file: {}",
13-
config_name
14-
))),
15-
}
9+
match Config::get(config_name) {
10+
Some(x) => Ok((std::str::from_utf8(x.as_ref()).unwrap()).to_owned()),
11+
None => Err(ArgsError::ConfigReadError(format!(
12+
"Failure to read config file: {}",
13+
config_name
14+
))),
15+
}
1616
}

0 commit comments

Comments
 (0)