Skip to content

Commit 191ec88

Browse files
committed
remove redundant blank space
1 parent 2e10289 commit 191ec88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/e2e/setup/auth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export const authFixture = browserFixture.extend<{}, {authLogin: void}>({
5151
}
5252

5353
// Fallback: run auth login directly (single-worker / no global setup)
54-
log.log(env, ' authenticating automatically')
54+
log.log(env, 'authenticating automatically')
5555

5656
await execa('node', [executables.cli, 'auth', 'logout'], {
5757
env: env.processEnv,

0 commit comments

Comments
 (0)