mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
Fix whitespace
This commit is contained in:
committed by
Ian Lynagh
parent
fcab0474c9
commit
c4d6321e60
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user