From b294295c9632240319e62cf3c34b800a6630e308 Mon Sep 17 00:00:00 2001 From: Alberto Giorgi Date: Wed, 6 Jun 2018 16:48:37 +0100 Subject: [PATCH] Format output --- .vscode/launch.json | 29 ----------------------------- src/components/ResultOutput.js | 6 +++--- src/containers/App.js | 2 +- 3 files changed, 4 insertions(+), 33 deletions(-) delete mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index a5c243e..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "name": "Debug CRA Tests", - "type": "node", - "request": "launch", - "runtimeExecutable": "${workspaceRoot}/node_modules/.bin/react-scripts", - "args": ["test", "--runInBand", "--no-cache", "--env=jsdom"], - "cwd": "${workspaceRoot}", - "protocol": "inspector", - "console": "integratedTerminal", - "internalConsoleOptions": "neverOpen" - }, - { - "name": "Chrome", - "type": "chrome", - "request": "launch", - "url": "http://localhost:3002", - "webRoot": "${workspaceRoot}/src", - "sourceMapPathOverrides": { - "webpack:///src/*": "${webRoot}/*" - } - } - ] -} diff --git a/src/components/ResultOutput.js b/src/components/ResultOutput.js index b24c4bc..d4c30fe 100644 --- a/src/components/ResultOutput.js +++ b/src/components/ResultOutput.js @@ -6,9 +6,9 @@ const RoomOutput = ({ robotPosition, removedDirtPatchesCount }) => (