Skip to content

Commit

Permalink
style: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
hitenkoku committed Sep 5, 2023
1 parent 7e837a0 commit a98c79d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/afterfact.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1546,8 +1546,8 @@ pub fn output_json_str(
_ => "",
};
// 個々の段階でDetails, AllFieldInfo, ExtraFieldInfoの要素はdetails_infosに格納されているのでunwrapする
let details_target_stocks = details_infos[0]
.get(&CompactString::from(format!("#{details_key}")));
let details_target_stocks =
details_infos[0].get(&CompactString::from(format!("#{details_key}")));
if details_target_stocks.is_none() {
continue;
}
Expand Down

0 comments on commit a98c79d

Please sign in to comment.