cmccabe commented on a change in pull request #9103: URL: https://github.com/apache/kafka/pull/9103#discussion_r467214507
########## File path: core/src/test/scala/integration/kafka/api/AuthorizerIntegrationTest.scala ########## @@ -497,10 +497,10 @@ class AuthorizerIntegrationTest extends BaseRequestTest { private def alterConfigsRequest = new AlterConfigsRequest.Builder( - Collections.singletonMap(new ConfigResource(ConfigResource.Type.TOPIC, tp.topic), - new AlterConfigsRequest.Config(Collections.singleton( - new AlterConfigsRequest.ConfigEntry(LogConfig.MaxMessageBytesProp, "1000000") - ))), true).build() + Collections.singletonMap(new ConfigResource(ConfigResource.Type.TOPIC, tp.topic), + new AlterConfigsRequest.Config(Collections.singleton( + new AlterConfigsRequest.ConfigEntry(LogConfig.MaxMessageBytesProp, "1000000") + ))), true).build() Review comment: Can we get rid of whitespace-only changes like this, or at least move them to another PR? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org