Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
BlaineHeffron committed Jul 29, 2024
1 parent ef49529 commit 7f91450
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cmd/soroban-cli/src/commands/contract/extend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ use crate::{
global, network,
txn_result::{TxnEnvelopeResult, TxnResult},
NetworkRunnable,
}, key, log, rpc::{self, Client}, utils, wasm, Pwd
},
key, log,
rpc::{self, Client},
utils, wasm, Pwd,
};

const MAX_LEDGERS_TO_EXTEND: u32 = 535_679;
Expand Down

0 comments on commit 7f91450

Please sign in to comment.