Skip to content

Commit 6d1e120

Browse files
committed
Fix linting
1 parent c4b8c81 commit 6d1e120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1243,7 +1243,7 @@ export function set_verbosity() {
12431243
}
12441244

12451245
// An error class that we will not surface to clients normally.
1246-
class EthicalAdsWarning extends Error { }
1246+
class EthicalAdsWarning extends Error {}
12471247

12481248
/* Wrapping Promise to allow for handling of errors by user
12491249
*

0 commit comments

Comments
 (0)