Skip to content

Commit

Permalink
lint correction
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Herzig <[email protected]>
  • Loading branch information
timherzig committed Dec 12, 2023
1 parent 9483eb7 commit 540ec68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class HoverAction(private val editor: Editor, private val result: XMLParser.Resu
if (r.lineNumber == line) {
val color: String = if (r.detected) "dark-green" else "dark-pink"
return "PiTest: selected offset: $offset, selected line: $line \n" +
"The color of this line is $color"
"The color of this line is $color"
}
}

Expand Down

0 comments on commit 540ec68

Please sign in to comment.