Skip to content

Commit 72887d1

Browse files
committed
style: lint
1 parent ae780d1 commit 72887d1

File tree

1 file changed

+5
-1
lines changed
  • core/src/components/infinite-scroll/test/top

1 file changed

+5
-1
lines changed

core/src/components/infinite-scroll/test/top/index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,11 @@
6464

6565
// Add newly loaded items with special styling
6666
function appendNewItems() {
67-
const randomColor = '#' + Math.floor(Math.random()*16777215).toString(16).padStart(6, '0');
67+
const randomColor =
68+
'#' +
69+
Math.floor(Math.random() * 16777215)
70+
.toString(16)
71+
.padStart(6, '0');
6872

6973
// Reverse the order of the items to match
7074
// the order of the initial items

0 commit comments

Comments
 (0)