Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi committed Nov 1, 2024
1 parent e77ddde commit a1c7ba2
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
import { EndpointSdkName, EndpointWithExample, HttpMethod, SdkGroupName, WebhookWithExample } from "@fern-api/openapi-ir";
import {
EndpointSdkName,
EndpointWithExample,
HttpMethod,
SdkGroupName,
WebhookWithExample
} from "@fern-api/openapi-ir";
import { camelCase } from "lodash-es";
import { OpenAPIV3 } from "openapi-types";
import { getExtension } from "../../../../getExtension";
Expand Down

0 comments on commit a1c7ba2

Please sign in to comment.