Skip to content

Commit

Permalink
chore: linting (#765)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Apr 20, 2020
1 parent 21da79a commit dc75827
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-vision/src/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ const _coerceRequest = (
const _createSingleFeatureMethod = (
featureValue: protoTypes.google.cloud.vision.v1.Feature.Type
) => {
return function(
return function (
this: VisionClient,
request: string,
callOptionsOrCallback?:
Expand Down Expand Up @@ -275,7 +275,7 @@ export function call(apiVersion: string) {
* });
*/

methods.annotateImage = promisify(function(
methods.annotateImage = promisify(function (
this: VisionClient,
request: ImprovedRequest,
callOptionsOrCallback:
Expand Down
8 changes: 4 additions & 4 deletions packages/google-cloud-vision/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/nodejs-vision.git",
"sha": "72f22b60e1491963ea1d22a4f96feabe07be0376"
"sha": "d870cbeaa9d72d58d1db27d6e55adcba882f5d2e"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "1bd77e8ce6f953ac641af7966d0c52646afc16a8",
"internalRef": "305974465"
"sha": "dea1f52034d188ca371c3a70c716ca2a6b3f2aa1",
"internalRef": "306298030"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "6f32150677c9784f3c3a7e1949472bd29c9d72c5"
"sha": "682c0c37d1054966ca662a44259e96cc7aea4413"
}
}
],
Expand Down
4 changes: 2 additions & 2 deletions packages/google-cloud-vision/system-test/install.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import {readFileSync} from 'fs';
import {describe, it} from 'mocha';

describe('typescript consumer tests', () => {
it('should have correct type signature for typescript users', async function() {
it('should have correct type signature for typescript users', async function () {
this.timeout(300000);
const options = {
packageDir: process.cwd(), // path to your module.
Expand All @@ -35,7 +35,7 @@ describe('typescript consumer tests', () => {
await packNTest(options); // will throw upon error.
});

it('should have correct type signature for javascript users', async function() {
it('should have correct type signature for javascript users', async function () {
this.timeout(300000);
const options = {
packageDir: process.cwd(), // path to your module.
Expand Down

0 comments on commit dc75827

Please sign in to comment.