From b16d4280b7b3103cd8bc2934223bbebb992c7198 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Mon, 23 Oct 2017 11:42:06 +0100 Subject: [PATCH] delint Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- src/components/views/dialogs/DevtoolsDialog.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/views/dialogs/DevtoolsDialog.js b/src/components/views/dialogs/DevtoolsDialog.js index 7c61e4623d..7760ea8418 100644 --- a/src/components/views/dialogs/DevtoolsDialog.js +++ b/src/components/views/dialogs/DevtoolsDialog.js @@ -57,7 +57,7 @@ class SendCustomEvent extends React.Component { _buttons() { return
{JSON.stringify(this.state.event.event, null, 2)}
+ { JSON.stringify(this.state.event.event, null, 2) }