Reamer commented on code in PR #4782:
URL: https://github.com/apache/zeppelin/pull/4782#discussion_r1714728214


##########
zeppelin-interpreter-integration/src/test/java/org/apache/zeppelin/integration/ZeppelinClientIntegrationTest.java:
##########
@@ -80,7 +80,7 @@ static void destroy() throws Exception {
 
   @BeforeEach
   void setup() {
-    conf = zepServer.getZeppelinConfiguration();
+      zConf = zepServer.getZeppelinConfiguration();

Review Comment:
   Please correct the indentation.
   
   ```suggestion
       zConf = zepServer.getZeppelinConfiguration();
   ```



-- 
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]

Reply via email to