Skip to content

Commit

Permalink
Update test/js/secure-marks.spec.js
Browse files Browse the repository at this point in the history
Co-authored-by: datadog-datadog-prod-us1[bot] <88084959+datadog-datadog-prod-us1[bot]@users.noreply.github.com>
  • Loading branch information
iunanua and datadog-datadog-prod-us1[bot] authored Jan 16, 2025
1 parent dd95355 commit 87c1e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/js/secure-marks.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ try {
makeReferenceEqual()
v8.setFlagsFromString('--no-allow-natives-syntax')
// eslint-disable-next-line no-empty
} catch (e) {}
} catch (e) {/* empty */}

Check failure on line 25 in test/js/secure-marks.spec.js

View workflow job for this annotation

GitHub Actions / js-lint

Requires a space after '{'

Check failure on line 25 in test/js/secure-marks.spec.js

View workflow job for this annotation

GitHub Actions / js-lint

Requires a space before '}'
}

describe('Secure marks', function () {
Expand Down

0 comments on commit 87c1e67

Please sign in to comment.