Skip to content

Commit 6653058

Browse files
committed
style: cargo fmt
1 parent 3fe83cc commit 6653058

File tree

1 file changed

+1
-4
lines changed
  • crates/redisctl-mcp/src/tools/redis

1 file changed

+1
-4
lines changed

crates/redisctl-mcp/src/tools/redis/bulk.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -335,9 +335,6 @@ mod tests {
335335

336336
#[test]
337337
fn test_substitute_multiple() {
338-
assert_eq!(
339-
substitute_pattern("{i}-{i}-{i}", 3),
340-
"3-3-3"
341-
);
338+
assert_eq!(substitute_pattern("{i}-{i}-{i}", 3), "3-3-3");
342339
}
343340
}

0 commit comments

Comments
 (0)