We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26afab8 commit 23ee1d7Copy full SHA for 23ee1d7
datacatalog/cloud-client/createEntryGroup.js
@@ -30,7 +30,7 @@ const main = async (
30
// -------------------------------
31
// Import required modules.
32
33
- const { DataCatalogClient } = require('@google-cloud/datacatalog').v1;
+ const {DataCatalogClient} = require('@google-cloud/datacatalog').v1;
34
const datacatalog = new DataCatalogClient();
35
36
// Currently, Data Catalog stores metadata in the
0 commit comments