Skip to content

Commit 668ecfe

Browse files
committed
lint:fix
1 parent 83a0aac commit 668ecfe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ember-statechart-component/src/-private/statechart-manager.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ function getStateValueStrings(stateValue) {
2020
if (typeof stateValue === 'string') {
2121
return [stateValue];
2222
}
23+
2324
const valueKeys = Object.keys(stateValue);
2425

2526
return valueKeys.concat(

0 commit comments

Comments
 (0)