Skip to content

Commit

Permalink
Merge pull request #305 from microsoft/Tyriar-patch-2
Browse files Browse the repository at this point in the history
Fix indentation
  • Loading branch information
Tyriar authored May 22, 2019
2 parents f8045ab + 21d8577 commit 2a4de1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
export type ArgvOrCommandLine = string[] | string;

export interface IExitEvent {
exitCode: number;
signal: number | undefined;
exitCode: number;
signal: number | undefined;
}

export interface IDisposable {
Expand Down

0 comments on commit 2a4de1c

Please sign in to comment.