Skip to content

Commit

Permalink
Fix code style issues with Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
lint-action committed Sep 18, 2024
1 parent 682b3f5 commit a079fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export type ExecuteRoute = {
executionSettings?: ExecutionSettings;
overrides?: OverrideParams;
signerAddress?: string; // cosmos specific
useBroadcast?: boolean,
useBroadcast?: boolean;
};

export type RouteResponse = _RouteResponse & {
Expand Down

0 comments on commit a079fd2

Please sign in to comment.