Skip to content

Commit e9e754c

Browse files
committed
Fixing formatting
1 parent 5a81613 commit e9e754c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • google-cloud-clients/google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1

google-cloud-clients/google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/Publisher.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@ private Publisher(Builder builder) throws IOException {
142142
retrySettingsBuilder.setMaxAttempts(Integer.MAX_VALUE);
143143
}
144144
if (enableMessageOrdering) {
145-
// TODO: is there a way to have the default retry settings for requests without an ordering key?
145+
// TODO: is there a way to have the default retry settings for requests without an ordering
146+
// key?
146147
retrySettingsBuilder
147148
.setMaxAttempts(Integer.MAX_VALUE)
148149
.setTotalTimeout(Duration.ofNanos(Long.MAX_VALUE));

0 commit comments

Comments
 (0)