Skip to content

Commit ae0f51b

Browse files
committed
Ran formatting tool on changeset.
1 parent 0cfee49 commit ae0f51b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/web/src/worker/sync/SharedSyncImplementation.ts

+4-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,10 @@ export type WrappedSyncPort = {
7171
/**
7272
* @internal
7373
*/
74-
export type RemoteOperationAbortController = { controller: AbortController; activePort: WrappedSyncPort };
74+
export type RemoteOperationAbortController = {
75+
controller: AbortController;
76+
activePort: WrappedSyncPort;
77+
};
7578

7679
/**
7780
* @internal

0 commit comments

Comments
 (0)