Skip to content

Commit e9b7fa4

Browse files
committed
Eslint
1 parent 1aac0b3 commit e9b7fa4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/buildifier/diagnostics.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,5 +169,5 @@ function parseStderr(input: string): IBuildifierWarning | undefined {
169169
category: 'invalid-input',
170170
actionable: false,
171171
message: rest,
172-
}
172+
};
173173
}

src/buildifier/execute.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export async function buildifierLint(
102102
success: result.success,
103103
file: file,
104104
stderr: outputs.stderr
105-
}
105+
};
106106
}
107107
}
108108
// should not occur

0 commit comments

Comments
 (0)