Skip to content

Commit 2051968

Browse files
committed
chore: fix import indent
1 parent 03fdf9a commit 2051968

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/src/ref-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as path from 'node:path';
22

33
import type { Source } from './resolve.js';
4-
import type { Oas3Example,OasRef } from './typings/openapi.js';
4+
import type { Oas3Example, OasRef } from './typings/openapi.js';
55
import { getOwn } from './utils/get-own.js';
66
import { isPlainObject } from './utils/is-plain-object.js';
77
import { isTruthy } from './utils/is-truthy.js';

0 commit comments

Comments
 (0)