Skip to content

Commit b728976

Browse files
chore: linting (#309)
1 parent f3b02e5 commit b728976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asset/snippets/exportAssets.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ async function main(dumpFilePath) {
4949
// Do things with with the response.
5050
console.log(result);
5151
}
52-
exportAssets().catch((err) => {
52+
exportAssets().catch(err => {
5353
throw err;
5454
});
5555
// [END asset_quickstart_export_assets]

0 commit comments

Comments
 (0)