cargo fmt

This commit is contained in:
DustInDark
2022-06-07 19:05:26 +09:00
parent a2de1314f9
commit 4b623bb631
2 changed files with 11 additions and 15 deletions

View File

@@ -275,9 +275,7 @@ fn create_recordinfos(record: &Value) -> String {
let summary: Vec<String> = output
.iter()
.map(|(key, value)| {
format!("{}:{}", key, value)
})
.map(|(key, value)| format!("{}:{}", key, value))
.collect();
// 標準出力する時はセルがハイプ区切りになるので、パイプ区切りにしない

View File

@@ -40,8 +40,7 @@ impl Timeline {
.unwrap()
.args
.is_present("statistics");
if ! statics_flag
{
if !statics_flag {
return;
}
// 出力メッセージ作成
@@ -76,8 +75,7 @@ impl Timeline {
.unwrap()
.args
.is_present("logon-summary");
if !logon_summary_flag
{
if !logon_summary_flag {
return;
}
// 出力メッセージ作成