Skip to content

Commit 23ee1d7

Browse files
hivanalejandroiennae
authored andcommitted
fix: (data_catalog) remove bracket spacing
1 parent 26afab8 commit 23ee1d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datacatalog/cloud-client/createEntryGroup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const main = async (
3030
// -------------------------------
3131
// Import required modules.
3232
// -------------------------------
33-
const { DataCatalogClient } = require('@google-cloud/datacatalog').v1;
33+
const {DataCatalogClient} = require('@google-cloud/datacatalog').v1;
3434
const datacatalog = new DataCatalogClient();
3535

3636
// Currently, Data Catalog stores metadata in the

0 commit comments

Comments
 (0)