BewareMyPower commented on code in PR #20537:
URL: https://github.com/apache/pulsar/pull/20537#discussion_r1243104895
##########
pulsar-broker/src/test/java/org/apache/pulsar/common/naming/NamespaceBundlesTest.java:
##########
@@ -89,8 +91,9 @@ public void testConstructor() throws Exception {
@SuppressWarnings("unchecked")
private NamespaceBundleFactory getNamespaceBundleFactory() {
- PulsarService pulsar = mock(PulsarService.class);
+ PulsarService pulsar = mock(PulsarService.class);
Review Comment:
Remove the blank in the tail
```suggestion
PulsarService pulsar = mock(PulsarService.class);
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]