Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed Apr 17, 2024
1 parent f2009d7 commit 84895db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kernels/raw/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export interface IKernelProcess extends IAsyncDisposable {
/**
* This event is triggered if the process is exited
*/
readonly exited: Event<{ exitCode?: number; reason?: string; stderr:string }>;
readonly exited: Event<{ exitCode?: number; reason?: string; stderr: string }>;
/**
* Whether we can interrupt this kernel process.
* If not possible, send a shell message to the underlying kernel.
Expand Down

0 comments on commit 84895db

Please sign in to comment.