Skip to content

Commit

Permalink
Fix fmt check
Browse files Browse the repository at this point in the history
  • Loading branch information
madninja committed Jun 29, 2020
1 parent cd85089 commit 4a0ea51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ pub fn get_txn_fees(client: &Client) -> Result<TxnFeeConfig> {
Some(true) => {
let config: TxnFeeConfig = serde_json::from_value(serde_json::Value::Object(vars))?;
Ok(config)
},
}
_ => Ok(TxnFeeConfig::legacy()),
}
} else {
Expand Down

0 comments on commit 4a0ea51

Please sign in to comment.