Skip to content

Commit

Permalink
Fix final linting issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Sneeringer committed Sep 18, 2017
1 parent 3f90376 commit b01e693
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/language/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ function languageV1(options) {
var v1Protos = {};

extend(v1Protos, gaxGrpc.loadProto(
path.join(__dirname, '..', 'proto', 'google/cloud/language/v1/language_service.proto')
path.join(__dirname, '..', 'proto',
'google/cloud/language/v1/language_service.proto')
).google.cloud.language.v1);


Expand Down

0 comments on commit b01e693

Please sign in to comment.