Skip to content

Commit 79bcb4d

Browse files
committed
fixed snippet lint error
1 parent 381fb4f commit 79bcb4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/bigquery/src/job.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ function Job(bigQuery, id) {
164164
* }
165165
* };
166166
*
167-
* job.setMetadata(metadata, function(err, apiResponse) {})
167+
* job.setMetadata(metadata, function(err, apiResponse) {});
168168
*
169169
* //-
170170
* // If the callback is omitted, we'll return a Promise.

0 commit comments

Comments
 (0)