Skip to content

Commit 364542d

Browse files
committed
Trim the inferred metadata information POM files
Fixes #296
1 parent 3109c97 commit 364542d

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)