Skip to content

Commit 05cd857

Browse files
committed
Fix formatting in WasmKitDebugger.swift
1 parent eb7c128 commit 05cd857

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Sources/WasmKitGDBHandler/WasmKitDebugger.swift

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,9 @@ package actor WasmKitDebugger {
5656

5757
case .targetStatus:
5858
.keyValuePairs([
59-
"T05thread": "1",
60-
"reason": "trace"
61-
]
62-
)
59+
"T05thread": "1",
60+
"reason": "trace",
61+
])
6362

6463
case .generalRegisters:
6564
fatalError()

0 commit comments

Comments
 (0)