mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix lint
This commit is contained in:
@@ -52,6 +52,6 @@ module.exports = class IncorrectQuoteCommand extends Command {
|
||||
if (characters.length >= 6) {
|
||||
quote = quote.replace(/\{F\}/g, characters[5]).replace(/\{L\}/g, characters[5].toUpperCase());
|
||||
}
|
||||
return quote;
|
||||
return quote;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user