Skip to content

Commit a3c4de3

Browse files
author
Paulina Nguyen
committed
lint
2 parents 310eff0 + 944546a commit a3c4de3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

document-warehouse/get-document-schema.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ async function main(
4444
// projects/{project_number}/locations/{location}/documentSchemas/{document_schema_id}
4545
const name = serviceClient.documentSchemaPath(
4646
projectNumber,
47-
location,
48-
documentSchemaId);
47+
location,
48+
documentSchemaId
49+
);
4950
request.name = name;
5051

5152
// Make Request

0 commit comments

Comments
 (0)