Skip to content

Commit

Permalink
Format output
Browse files Browse the repository at this point in the history
  • Loading branch information
gixo committed Jun 6, 2018
1 parent 7b6bec1 commit b294295
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 33 deletions.
29 changes: 0 additions & 29 deletions .vscode/launch.json

This file was deleted.

6 changes: 3 additions & 3 deletions src/components/ResultOutput.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ const RoomOutput = ({ robotPosition, removedDirtPatchesCount }) => (
<textarea
disabled="true"
value={
"Robot Position: " +
robotPosition +
"\nRemove Count:" +
"Robot Position:\n" +
robotPosition.join(" ") +
"\n\nPatches removed:\n" +
removedDirtPatchesCount
}
/>
Expand Down
2 changes: 1 addition & 1 deletion src/containers/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class App extends Component {
id="back-to-code"
href="https://github.com/gixo/robotic-hoover-react"
>
Back to code
See code
</a>
</header>
<div className="app-content">
Expand Down

0 comments on commit b294295

Please sign in to comment.