fix: GetAllCasings.mjs - newline bug
This commit is contained in:
parent
98a6baf55a
commit
e2b7ac68ef
@ -46,7 +46,7 @@ class GetAllCasings extends Operation {
|
|||||||
}
|
}
|
||||||
result += temp.join("") + "\n";
|
result += temp.join("") + "\n";
|
||||||
}
|
}
|
||||||
return result;
|
return result.slice(0, -1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user