Fix whitespace

This commit is contained in:
Chris Smowton
2021-11-17 12:05:25 +00:00
committed by Ian Lynagh
parent fcab0474c9
commit c4d6321e60

View File

@@ -126,7 +126,7 @@ public class PopulateFile {
KotlinExtractorDbSchemeKt.writeHasLocation(tw, jarFileId, jarFileLocation);
StringBuilder fullName = new StringBuilder(databasePath);
String[] split = pathWithinJar.split("/");
String[] split = pathWithinJar.split("/");
Label current = jarFileId;
for (int i = 0; i < split.length; i++) {
String shortName = split[i];