mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
client/general: fix jscs warnings
This commit is contained in:
@ -183,7 +183,7 @@ function unindent(callSite, ...args) {
|
||||
if (size < 0) {
|
||||
size = m1.replace(/\t/g, ' ').length;
|
||||
}
|
||||
return "\n" + m1.slice(Math.min(m1.length, size));
|
||||
return '\n' + m1.slice(Math.min(m1.length, size));
|
||||
});
|
||||
}
|
||||
if (typeof callSite === 'string') {
|
||||
|
Reference in New Issue
Block a user