Skip to content

Commit 36fd555

Browse files
author
Stefania
committed
minor fix indentation
1 parent c61ed50 commit 36fd555

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

test/app.jsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,14 +170,12 @@ class App extends React.Component {
170170
<h1>Test Arduino Create Plugin</h1>
171171

172172
<p>
173-
Agent status:
174-
<span id="agent-status" className={ this.state.agentStatus ? 'found' : 'not-found' }>
173+
Agent status: <span id="agent-status" className={ this.state.agentStatus ? 'found' : 'not-found' }>
175174
{ this.state.agentStatus ? 'Found' : 'Not found' }
176175
</span>
177176
</p>
178177
<p>
179-
Web socket status:
180-
<span id="ws-status" className={ this.state.wsStatus ? 'found' : 'not-found' }>
178+
Web socket status: <span id="ws-status" className={ this.state.wsStatus ? 'found' : 'not-found' }>
181179
{ this.state.wsStatus ? 'Connected' : 'Not connected' }
182180
</span>
183181
</p>

0 commit comments

Comments
 (0)