Skip to content

Commit dc75827

Browse files
chore: linting (#765)
1 parent 21da79a commit dc75827

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

packages/google-cloud-vision/src/helpers.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ const _coerceRequest = (
156156
const _createSingleFeatureMethod = (
157157
featureValue: protoTypes.google.cloud.vision.v1.Feature.Type
158158
) => {
159-
return function(
159+
return function (
160160
this: VisionClient,
161161
request: string,
162162
callOptionsOrCallback?:
@@ -275,7 +275,7 @@ export function call(apiVersion: string) {
275275
* });
276276
*/
277277

278-
methods.annotateImage = promisify(function(
278+
methods.annotateImage = promisify(function (
279279
this: VisionClient,
280280
request: ImprovedRequest,
281281
callOptionsOrCallback:

packages/google-cloud-vision/synth.metadata

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/nodejs-vision.git",
7-
"sha": "72f22b60e1491963ea1d22a4f96feabe07be0376"
7+
"sha": "d870cbeaa9d72d58d1db27d6e55adcba882f5d2e"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "1bd77e8ce6f953ac641af7966d0c52646afc16a8",
15-
"internalRef": "305974465"
14+
"sha": "dea1f52034d188ca371c3a70c716ca2a6b3f2aa1",
15+
"internalRef": "306298030"
1616
}
1717
},
1818
{
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "6f32150677c9784f3c3a7e1949472bd29c9d72c5"
22+
"sha": "682c0c37d1054966ca662a44259e96cc7aea4413"
2323
}
2424
}
2525
],

packages/google-cloud-vision/system-test/install.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import {readFileSync} from 'fs';
2121
import {describe, it} from 'mocha';
2222

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

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

0 commit comments

Comments
 (0)