Skip to content

Commit 3f810fc

Browse files
committed
fix formatting
1 parent a82a72b commit 3f810fc

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • new-ui/src/shared/rust-api

new-ui/src/shared/rust-api/api.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,7 @@ const getEdgeRequestHeaders = async (): Promise<EdgeRequestHeaders> => {
126126
};
127127
};
128128

129-
const getPostureData = async (): Promise<unknown> =>
130-
invoke(TauriCommand.GetPostureData);
129+
const getPostureData = async (): Promise<unknown> => invoke(TauriCommand.GetPostureData);
131130

132131
const swapToOldUi = async () => invoke(TauriCommand.SwapToOldUi);
133132

0 commit comments

Comments
 (0)