Skip to content

Commit

Permalink
Remove extra newline, added accidentally
Browse files Browse the repository at this point in the history
  • Loading branch information
jancionear committed Dec 8, 2023
1 parent 4471ef4 commit 01da6d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion chain/chain/src/test_utils/kv_runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1027,7 +1027,6 @@ impl RuntimeAdapter for KeyValueRuntime {
while let Some(iter) = transactions.next() {
res.push(iter.next().unwrap());
}

Ok(res)
}

Expand Down

0 comments on commit 01da6d4

Please sign in to comment.