Skip to content

Commit c32090e

Browse files
committed
minor refactor: one flag accidentally dropped
1 parent 5f56279 commit c32090e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/codehaus/groovy/runtime/FormatHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public static String format(Object arguments, boolean verbose) {
130130
* @return a formatted string representation
131131
*/
132132
public static String format(Object arguments, boolean inspect, boolean escapeBackslashes) {
133-
return format(arguments, inspect, -1);
133+
return format(arguments, inspect, escapeBackslashes, -1);
134134
}
135135

136136
/**

0 commit comments

Comments
 (0)