Skip to content

Commit 123aa16

Browse files
committed
👔 lint again
1 parent 84569e9 commit 123aa16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash-renderer/src/actions/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ function inputsToDict(inputs_list) {
531531
// returns an Object (map):
532532
// keys of the form `id.property` or `{"id": 0}.property`
533533
// values contain the property value
534-
if (!inputs_list){
534+
if (!inputs_list) {
535535
return {};
536536
}
537537
const inputs = {};

0 commit comments

Comments
 (0)