Skip to content

Commit 5a0d953

Browse files
fix: run the linter (#110)
1 parent 39185bd commit 5a0d953

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/google-cloud-translate/system-test/translate.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,8 @@ describe('translate', () => {
156156
describe('authentication', () => {
157157
beforeEach(() => {
158158
if (!API_KEY) {
159-
throw new Error('The `TRANSLATE_API_KEY` environment variable is required!');
159+
throw new Error(
160+
'The `TRANSLATE_API_KEY` environment variable is required!');
160161
}
161162
translate = new Translate({key: API_KEY});
162163
});

0 commit comments

Comments
 (0)