mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-06 22:44:32 +02:00
Fix lint
This commit is contained in:
@@ -41,7 +41,7 @@ module.exports = class FrinkiacCommand extends Command {
|
||||
for (const word of caption) {
|
||||
if (wrapped[currentLine].length + word.length < 26) {
|
||||
wrapped[currentLine] += ` ${word}`;
|
||||
} else {
|
||||
} else {
|
||||
wrapped.push(` ${word}`);
|
||||
currentLine++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user