Skip to content

Conversation

KartoffelCheetah
Copy link

Fixes the following two eslint 'errors' at startup.

error: Expected " " character, but found "\t" character (vue/script-indent) at src/VueCtkDateTimePicker/_subs/PickersContainer/_subs/TimePicker.vue:284:1

error: Operator ':' must be spaced (space-infix-ops) at src/VueCtkDateTimePicker/_subs/PickersContainer/_subs/TimePicker.vue:284:7

This is a code style fix, last meaningful change happened in these
lines at 7ee4c2a .

Fixes the following two eslint 'errors' at startup.

```
error: Expected " " character, but found "\t" character (vue/script-indent) at src/VueCtkDateTimePicker/_subs/PickersContainer/_subs/TimePicker.vue:284:1

error: Operator ':' must be spaced (space-infix-ops) at src/VueCtkDateTimePicker/_subs/PickersContainer/_subs/TimePicker.vue:284:7
```

This is a code style fix, last meaningful change happened in these
lines at 7ee4c2a .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant