Skip to content

Commit c0159df

Browse files
committed
Fix code style
1 parent 66d09c0 commit c0159df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/endpoints/PricingTables/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type {PricingPlan} from "../../types";
1+
import type { PricingPlan } from "../../types";
22

33
export interface PricingTable {
44
id: TableId;

0 commit comments

Comments
 (0)