Apply autofixes
This commit is contained in:
parent
633fc37892
commit
03fef9863f
2 changed files with 4 additions and 2 deletions
|
@ -474,8 +474,9 @@ class C2SRequestSnapshotList implements IPacket {
|
|||
|
||||
String trimmedFileName = str.trim().substring(0, str.trim().length - 3);
|
||||
strippedFiles.add(trimmedFileName);
|
||||
} else
|
||||
} else {
|
||||
strippedFiles.add(str);
|
||||
}
|
||||
}
|
||||
|
||||
snapshots.snapshotFileNames = strippedFiles;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue