Skip to content

Commit e06a6ba

Browse files
committed
Spotless
1 parent ebe6f7d commit e06a6ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cucumber-core/src/main/java/io/cucumber/core/plugin/TeamCityPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ private String escape(String source) {
497497
return "";
498498
}
499499
// https://www.jetbrains.com/help/teamcity/service-messages.html#Escaped+Values
500-
// TODO: Missing \\uXXXX
500+
// TODO: Missing \\uXXXX
501501
return source
502502
.replace("|", "||")
503503
.replace("'", "|'")

0 commit comments

Comments
 (0)