Fix code block formatting for solcOptimizerDetails in FAQ

pull/693/head
cgewecke 3 years ago committed by GitHub
parent e8f795804d
commit 57319fae7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/faq.md

@ -137,7 +137,7 @@ Work-arounds for this problem are tracked below. (These are only available in ha
**Work-around #2**
+ Set the `.solcoverjs` option: `configureYulOptimizer` to `true`.
+ Set the `.solcoverjs` option: `solcOptimizerDetails` to:
+ ```js
```js
{
peephole: false,
inliner: false,

Loading…
Cancel
Save