Skip to content

Commit 70f7f43

Browse files
committed
whitespace cleanup
1 parent df11705 commit 70f7f43

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

wasm/wasm-test.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -197,12 +197,12 @@ <h3>Test Details:</h3>
197197
try {
198198
specButton.disabled = true;
199199
updateStatus("Testing SPEC command...", "loading");
200-
200+
201201
// Test CDK CLI functionality
202202
addToOutput("\n" + "=".repeat(30));
203203
addToOutput("Testing 'spec' functionality...");
204204
addToOutput("=".repeat(30));
205-
205+
206206
const specResult = await pyodide.runPython(`
207207
import sys
208208
from io import StringIO
@@ -257,7 +257,7 @@ <h3>Test Details:</h3>
257257
result
258258
`);
259259
addToOutput(specResult);
260-
260+
261261
updateStatus("SPEC test completed successfully!", "success");
262262

263263
} catch (error) {
@@ -272,11 +272,11 @@ <h3>Test Details:</h3>
272272
try {
273273
readButton.disabled = true;
274274
updateStatus("Testing READ command...", "loading");
275-
275+
276276
addToOutput("\n" + "=".repeat(30));
277277
addToOutput("Testing 'read' functionality...");
278278
addToOutput("=".repeat(30));
279-
279+
280280
const readResult = await pyodide.runPython(`
281281
import sys
282282
from io import StringIO

0 commit comments

Comments
 (0)