Skip to content

Commit 52b8b3c

Browse files
committed
chore: Format
1 parent 645e839 commit 52b8b3c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

test/webdriverio/test/move_test.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -197,11 +197,7 @@ function getFocusedNeighbourInfo(browser: Browser) {
197197
* the connected block or null if no block is connected, and
198198
* shadow is true iff the connected block is a shadow.
199199
*/
200-
function getConnectedBlockInfo(
201-
browser: Browser,
202-
id: string,
203-
index: number,
204-
) {
200+
function getConnectedBlockInfo(browser: Browser, id: string, index: number) {
205201
return browser.execute(
206202
(id: string, index: number) => {
207203
const parent = Blockly.getMainWorkspace().getBlockById(id);

0 commit comments

Comments
 (0)