mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 17:51:21 +00:00
Applied autofix for object-curly-newline rule.
This commit is contained in:
@@ -265,7 +265,9 @@ class DebugToolbar extends React.Component {
|
||||
addInternetNode() {
|
||||
setTimeout(() => {
|
||||
this.asyncDispatch(receiveNodesDelta({
|
||||
add: [{id: INTERNET, label: INTERNET, pseudo: true, labelMinor: 'Outgoing packets', shape: 'cloud'}]
|
||||
add: [{
|
||||
id: INTERNET, label: INTERNET, pseudo: true, labelMinor: 'Outgoing packets', shape: 'cloud'
|
||||
}]
|
||||
}));
|
||||
}, 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user