Skip to content

Commit

Permalink
klint
Browse files Browse the repository at this point in the history
  • Loading branch information
Frosendroska committed Jul 23, 2024
1 parent 72c66f9 commit 5f83884
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,7 @@ class TestProcessor(
}
children("sourcefile") {
isCorrectSourceFile =
this.attributes.getValue("name") == projectContext.fileUrlAsString!!.split(File.separatorChar)
.last()
this.attributes.getValue("name") == projectContext.fileUrlAsString!!.split(File.separatorChar).last()
children("line") {
if (isCorrectSourceFile && this.attributes.getValue("mi") == "0") {
setOfLines.add(this.attributes.getValue("nr").toInt())
Expand Down

0 comments on commit 5f83884

Please sign in to comment.