Skip to content

Commit 5fb4566

Browse files
authored
Merge pull request #299 from olafurpg/bugs
Trim the inferred metadata information POM files
2 parents 2f0bc22 + 364542d commit 5fb4566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lsif-java/src/main/scala/com/sourcegraph/lsif_java/buildtools/ClasspathEntry.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ object ClasspathEntry {
119119
(xml \ "parent" \ key).text
120120
else
121121
node.text
122-
}
122+
}.trim
123123
val groupId = xmlValue("groupId")
124124
val artifactId = xmlValue("artifactId")
125125
val version = xmlValue("version")

0 commit comments

Comments
 (0)