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 faa4a18 commit 83a119f
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 @@ -124,7 +124,8 @@ function videoIntelligenceV1beta1(options) {
var v1beta1Protos = {};

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


Expand Down

0 comments on commit 83a119f

Please sign in to comment.