Skip to content

Commit a301eeb

Browse files
authored
Fix clippy lint (#3937)
1 parent 4d05253 commit a301eeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4515,7 +4515,7 @@ mod tests {
45154515
i,
45164516
if i == 1 { 0 } else { 1 },
45174517
0,
4518-
inscription("text/plain;charset=utf-8", &format!("hello {}", i)).to_witness(),
4518+
inscription("text/plain;charset=utf-8", format!("hello {i}")).to_witness(),
45194519
)], // for the first inscription use coinbase, otherwise use the previous tx
45204520
..default()
45214521
});

0 commit comments

Comments
 (0)