Skip to content

Commit 9d97913

Browse files
committed
format it
1 parent 0ff3ccb commit 9d97913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clarity/src/vm/types/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1528,7 +1528,7 @@ impl TupleData {
15281528
pub fn is_empty(&self) -> bool {
15291529
self.data_map.is_empty()
15301530
}
1531-
1531+
15321532
///TODO: #4587 create default for TupleData, then check if the mutation tests are caught for the case:
15331533
/// Ok((Default::default()))
15341534
/// Or keep the skip and remove the comment

0 commit comments

Comments
 (0)