From fa4f9dff6cff663c340e051bcb227efbd9acc6ff Mon Sep 17 00:00:00 2001 From: Kyle Kelley Date: Thu, 2 Mar 2017 17:18:16 -0800 Subject: [PATCH] docs: Delete dangling } (#642) --- docs/walkthroughs/applying-custom-formatting.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/walkthroughs/applying-custom-formatting.md b/docs/walkthroughs/applying-custom-formatting.md index f79f943bc..bf610ca2c 100644 --- a/docs/walkthroughs/applying-custom-formatting.md +++ b/docs/walkthroughs/applying-custom-formatting.md @@ -36,7 +36,6 @@ class App extends React.Component { .transform() .setBlock(isCode ? 'paragraph' : 'code') .apply() - } } render = () => {