Accidentally generated an extra line.
This commit is contained in:
@@ -105,7 +105,7 @@ async function process () {
|
|||||||
|
|
||||||
const results = []
|
const results = []
|
||||||
|
|
||||||
for (let i = 0; i <= 30; i++) {
|
for (let i = 0; i < 30; i++) {
|
||||||
results.push(formatRow(data, i))
|
results.push(formatRow(data, i))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user