Skip to content

Commit c6c5991

Browse files
aaabramovpongad
authored andcommitted
Fix indentation in code example (#3456)
1 parent af413a1 commit c6c5991

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • google-cloud-clients/google-cloud-pubsub

google-cloud-clients/google-cloud-pubsub/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ try {
118118
ApiFuture<String> messageIdFuture = publisher.publish(pubsubMessage);
119119
} finally {
120120
if (publisher != null) {
121-
publisher.shutdown();
121+
publisher.shutdown();
122122
}
123123
}
124124
```

0 commit comments

Comments
 (0)