Skip to content

Commit f342a5d

Browse files
committed
formatting
1 parent 806eb46 commit f342a5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client/src/async-completion-client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ export class AsyncCompletionClient extends BaseClient {
252252
} catch (err) {
253253
this.handleError(err);
254254
}
255-
// Note that it is possible for a heartbeat response to have multiple fields
255+
// Note that it is possible for a heartbeat response to have multiple fields
256256
// set as true (i.e. cancelled and pause).
257257
if (cancelRequested) {
258258
throw new ActivityCancelledError('cancelled');

0 commit comments

Comments
 (0)