Skip to content

Commit

Permalink
fix: run the linter (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Aug 30, 2018
1 parent 39185bd commit 5a0d953
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/google-cloud-translate/system-test/translate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@ describe('translate', () => {
describe('authentication', () => {
beforeEach(() => {
if (!API_KEY) {
throw new Error('The `TRANSLATE_API_KEY` environment variable is required!');
throw new Error(
'The `TRANSLATE_API_KEY` environment variable is required!');
}
translate = new Translate({key: API_KEY});
});
Expand Down

0 comments on commit 5a0d953

Please sign in to comment.