Skip to content

Commit ac24ef8

Browse files
committed
formatting
1 parent f768f54 commit ac24ef8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/functions/src/service.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ export interface HttpResponseBody {
5454
}
5555

5656
interface CancellablePromise<T> {
57-
promise: Promise<T>
58-
cancel: () => void
57+
promise: Promise<T>;
58+
cancel: () => void;
5959
}
6060

6161
/**

0 commit comments

Comments
 (0)