Skip to content

Commit 6bfa66c

Browse files
committed
Style fix for ChangefeedDescription
1 parent 66b0226 commit 6bfa66c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

table/src/main/java/tech/ydb/table/description/ChangefeedDescription.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public String toString() {
136136
.append(", mode=").append(mode)
137137
.append(", virtual timestamps=").append(virtualTimestamps)
138138
.append(", resolved timestamps=").append(
139-
resolvedTimestampsInterval != null? resolvedTimestampsInterval : "null")
139+
resolvedTimestampsInterval != null ? resolvedTimestampsInterval : "null")
140140
.append("}").toString();
141141
}
142142
}

0 commit comments

Comments
 (0)