Skip to content

Commit 318e97d

Browse files
fix linting
1 parent f5c3e70 commit 318e97d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/assets/js/app.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/presets/BulletList.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default {
99
rows: {
1010
default: 5,
1111
type: Number,
12-
}
12+
},
1313
},
1414

1515
computed: {
@@ -19,7 +19,7 @@ export default {
1919
},
2020

2121
methods: {
22-
getYPos(row, plus) {
22+
getYPos (row, plus) {
2323
return plus + ((row - 1) * 22);
2424
},
2525
},

0 commit comments

Comments
 (0)