Skip to content

Commit 8ab3024

Browse files
committed
chore: fix formatting
1 parent 80f5cca commit 8ab3024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackslib/src/net/tests/convergence.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ fn stacker_db_id(i: usize) -> QualifiedContractIdentifier {
5252

5353
fn make_stacker_db_ids(i: usize) -> Vec<QualifiedContractIdentifier> {
5454
let mut dbs = vec![];
55-
for j in 0..i+1 {
55+
for j in 0..i + 1 {
5656
dbs.push(stacker_db_id(j));
5757
}
5858
dbs

0 commit comments

Comments
 (0)