Skip to content

Commit

Permalink
fix(scripts): format
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Jul 27, 2024
1 parent 5894dee commit 9ace7d0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion scripts/generateClientTypesMap/getClientTypesMap.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
import jscodeshift, { type Identifier, type TSArrayType, type TSTypeLiteral, type TSTypeReference } from "jscodeshift";
import jscodeshift, {
type Identifier,
type TSArrayType,
type TSTypeLiteral,
type TSTypeReference,
} from "jscodeshift";

import { CLIENT_NAMES_MAP, DOCUMENT_CLIENT } from "../../src/transforms/v2-to-v3/config";
import { getClientTypesMapWithKeysRemovedFromValues } from "./getClientTypesMapWithKeysRemovedFromValues";
Expand Down

0 comments on commit 9ace7d0

Please sign in to comment.