Skip to content

Commit f300014

Browse files
committed
Format
1 parent 1209ec8 commit f300014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usvm-ts/src/main/kotlin/org/usvm/machine/interpreter/TsInterpreter.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ class TsInterpreter(
547547
// TODO: handle the case when `lhv.array.type` is NOT an array.
548548
// In this case, it could be created manually: `EtsArrayType(EtsUnknownType, 1)`.
549549
val arrayType = if (isAllocatedConcreteHeapRef(instance)) {
550-
scope.calcOnState { (memory.typeStreamOf(instance).first()) }
550+
scope.calcOnState { (memory.typeStreamOf(instance).first()) }
551551
} else {
552552
lhv.array.type
553553
} as? EtsArrayType ?: error("Expected EtsArrayType, got: ${lhv.array.type}")

0 commit comments

Comments
 (0)