Skip to content

Commit

Permalink
remove trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
github-cyprien committed Jun 12, 2024
1 parent abf234c commit 55c8c90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions nodes/widgets/ui_slider.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ module.exports = function (RED) {
}
if (typeof (updates.color) !== 'undefined') {
statestore.set(group.getBase(), node, msg, 'color', updates.color)
}
}
if (typeof (updates.colorTrack) !== 'undefined') {
statestore.set(group.getBase(), node, msg, 'color-track', updates.colorTrack)
}
}
if (typeof (updates.colorThumb) !== 'undefined') {
statestore.set(group.getBase(), node, msg, 'color-thumb', updates.colorThumb)
}
}
}
return msg
}
Expand Down
2 changes: 1 addition & 1 deletion ui/src/widgets/ui-slider/UISlider.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default {
max: null,
color: null,
colorTrack: null,
colorThumb: null
colorThumb: null
}
}
},
Expand Down

0 comments on commit 55c8c90

Please sign in to comment.