Skip to content

Commit

Permalink
new lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
elahehrashedi committed May 20, 2022
1 parent c059bb0 commit f9ae70a
Show file tree
Hide file tree
Showing 2 changed files with 172 additions and 235 deletions.
7 changes: 2 additions & 5 deletions src/diagnostics/cmake.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,8 @@ export class CMakeOutputConsumer implements OutputConsumer {
* a warning or error with blank lines
*/
blankLines: number;
} = {
state: 'init',
diag: null,
blankLines: 0
};
} = { state: 'init', diag: null, blankLines: 0 };

/**
* Consume a line of stderr.
* @param line The line from stderr
Expand Down
Loading

0 comments on commit f9ae70a

Please sign in to comment.