Skip to content

Commit ef793a1

Browse files
committed
Fix formatting.
1 parent edb4da7 commit ef793a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/services/google/base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ async function createProject(page: Page, appName: string): Promise<string> {
257257
await projectNameInput.clear();
258258
await typeLikeHuman(page, projectNameInput, appName);
259259

260-
await new Promise(resolve => setTimeout(resolve, 300));
260+
await new Promise((resolve) => setTimeout(resolve, 300));
261261

262262
// Angular form sometimes fails to commit the typed value to its internal
263263
// state, causing submit to report "fields not correct" even though the

0 commit comments

Comments
 (0)