Skip to content

Commit 4ab3ae3

Browse files
committed
prettier
1 parent 4a4a959 commit 4ab3ae3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/CodeEditor/CodeEditor.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,8 @@ class CodeEditor extends Component {
177177
padding: 10,
178178
}}>
179179
{error.message}
180-
{!window.Babel && ' (try checking your ad blocker if you have one).'}
180+
{!window.Babel &&
181+
' (try checking your ad blocker if you have one).'}
181182
</pre>
182183
</div>
183184
)}

0 commit comments

Comments
 (0)