Skip to content

Commit

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

extend(v1beta2Protos, gaxGrpc.loadProto(
path.join(__dirname, '..', 'proto', 'google/cloud/videointelligence/v1beta2/video_intelligence.proto')
path.join(__dirname, '..', 'proto',
'google/cloud/videointelligence/v1beta2/video_intelligence.proto')
).google.cloud.videointelligence.v1beta2);


Expand Down

0 comments on commit faa4a18

Please sign in to comment.