Skip to content

Commit

Permalink
grmbl
Browse files Browse the repository at this point in the history
  • Loading branch information
partouf committed Nov 12, 2022
1 parent d06ac0d commit deb24bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/multifile-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export class MultifileService {

this.isCMakeProject = state.isCMakeProject || false;
this.compilerLanguageId = state.compilerLanguageId || '';
/// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition
this.files = state.files || [];
this.newFileId = state.newFileId || 1;

Expand Down

0 comments on commit deb24bd

Please sign in to comment.