Skip to content

Commit 3a6862b

Browse files
committed
fmt
1 parent c13f3db commit 3a6862b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/builders/shard_key_selector_builder.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ impl ShardKeySelectorBuilder {
2424
Self::create_empty()
2525
}
2626

27-
2827
pub fn with_shard_key(shard_key: impl Into<ShardKey>) -> Self {
2928
Self::new().add_shard_key(shard_key)
3029
}

0 commit comments

Comments
 (0)