Skip to content

Commit d52565e

Browse files
committed
lint fix
1 parent 4b7fcb0 commit d52565e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/shared/test/demoInMemoryOAuthProvider.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
import { describe, expect, it } from 'vitest';
1111

12-
import type {CreateDemoAuthOptions} from '../src/auth.js';
13-
import { createDemoAuth } from '../src/auth.js';
12+
import type { CreateDemoAuthOptions } from '../src/auth.js';
13+
import { createDemoAuth } from '../src/auth.js';
1414

1515
describe('createDemoAuth', () => {
1616
const validOptions: CreateDemoAuthOptions = {

0 commit comments

Comments
 (0)