Skip to content

Commit

Permalink
chore: run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVarchuk committed Oct 3, 2024
1 parent 8e6f12c commit 5f52ff9
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions packages/core/src/resolve.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
import * as fs from 'fs';
import * as path from 'path';
import {
isRef,
joinPointer,
escapePointer,
parseRef,
isAbsoluteUrl,
isAnchor,
} from './ref-utils';
import { isRef, joinPointer, escapePointer, parseRef, isAbsoluteUrl, isAnchor } from './ref-utils';
import { isNamedType, SpecExtension } from './types';
import { readFileFromUrl, parseYaml, nextTick } from './utils';

Expand Down

0 comments on commit 5f52ff9

Please sign in to comment.