Skip to content

Commit 4177a75

Browse files
committed
Formatting
1 parent a143614 commit 4177a75

File tree

1 file changed

+1
-1
lines changed
  • crates/fraud_proofs/global_merkle_root/storage/src

1 file changed

+1
-1
lines changed

crates/fraud_proofs/global_merkle_root/storage/src/update.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ mod tests {
616616
assert_eq!(stored_contract, Contract::from(contract_bytecode));
617617
}
618618

619-
// TODO: https://github.com/FuelLabs/fuel-core/issues/2654
619+
// TODO: https://github.com/FuelLabs/fuel-core/issues/2654
620620
// This code is copied from the executor. We should refactor it to be shared.
621621
fn create_contract(bytecode: &[u8], rng: &mut impl rand::RngCore) -> Create {
622622
let salt: Salt = rng.gen();

0 commit comments

Comments
 (0)