More linting again

This commit is contained in:
Oliver 2021-09-28 21:34:11 +10:00
parent 77bac9af36
commit be36811cb3
20 changed files with 68 additions and 75 deletions

View file

@ -42,7 +42,7 @@ class InvenTreePartCategory extends InvenTreeModel {
// TODO - Drive the refactor tractor through this
List<String> psplit = pathstring.split("/");
if (psplit.length > 0) {
if (psplit.isNotEmpty) {
psplit.removeLast();
}