From 57319fae7e021cbe0f9a818100563f68b1fe6739 Mon Sep 17 00:00:00 2001 From: cgewecke Date: Wed, 9 Feb 2022 08:09:52 -0800 Subject: [PATCH] Fix code block formatting for solcOptimizerDetails in FAQ --- docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index a4ea623..4771d98 100644 --- a/docs/faq.md +++ b/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,