From 78a183f69ae3b24c685b971f2d5e0186eaf1e759 Mon Sep 17 00:00:00 2001 From: thsparks Date: Wed, 1 May 2024 11:38:06 -0700 Subject: [PATCH] Undo whitespace change --- pxteditor/code-validation/validateBlocksInSetExist.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pxteditor/code-validation/validateBlocksInSetExist.ts b/pxteditor/code-validation/validateBlocksInSetExist.ts index 9554845b2f88..6917142cdcf6 100644 --- a/pxteditor/code-validation/validateBlocksInSetExist.ts +++ b/pxteditor/code-validation/validateBlocksInSetExist.ts @@ -22,4 +22,4 @@ export function validateBlocksInSetExist({ usedBlocks, blockIdsToCheck, count, r } } return { successfulBlocks, passed: successfulBlocks.length >= count }; -} +} \ No newline at end of file