Skip to content

Commit 41ef6ae

Browse files
committed
fixed formatting
1 parent a322271 commit 41ef6ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clarity/src/vm/types/signatures.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1154,7 +1154,7 @@ impl TypeSignature {
11541154
| StacksEpochId::Epoch24
11551155
| StacksEpochId::Epoch25
11561156
| StacksEpochId::Epoch30
1157-
| StacksEpochId::Epoch31
1157+
| StacksEpochId::Epoch31
11581158
| StacksEpochId::Epoch32 => Self::least_supertype_v2_1(a, b),
11591159
StacksEpochId::Epoch10 => Err(CheckErrors::Expects("epoch 1.0 not supported".into())),
11601160
}

0 commit comments

Comments
 (0)