Skip to content

Commit 4168a88

Browse files
committed
Run formatter
1 parent 0df73ed commit 4168a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sway-lib-std/src/tx.sw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ pub fn tx_witness_data<T>(index: u64) -> Option<T> {
433433
let witness_data_ptr = __gtf::<raw_ptr>(index, GTF_WITNESS_DATA);
434434
let new_ptr = alloc_bytes(length);
435435
witness_data_ptr.copy_bytes_to(new_ptr, length);
436-
436+
437437
Some(asm(ptr: new_ptr) {
438438
ptr: T
439439
})

0 commit comments

Comments
 (0)