diff options
Diffstat (limited to 'bench/react-hello-world/react-hello-world.node.jsx')
-rw-r--r-- | bench/react-hello-world/react-hello-world.node.jsx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bench/react-hello-world/react-hello-world.node.jsx b/bench/react-hello-world/react-hello-world.node.jsx index b267bbd4d..2f3c06149 100644 --- a/bench/react-hello-world/react-hello-world.node.jsx +++ b/bench/react-hello-world/react-hello-world.node.jsx @@ -24,9 +24,7 @@ http onShellError(error) { // Something errored before we could complete the shell so we emit an alternative shell. res.statusCode = 500; - res.send( - '<!doctype html><p>Loading...</p><script src="clientrender.js"></script>' - ); + res.send('<!doctype html><p>Loading...</p><script src="clientrender.js"></script>'); }, onAllReady() { // If you don't want streaming, use this instead of onShellReady. |