Skip to content

Commit 10746f5

Browse files
committed
adjust indentation
1 parent 0471042 commit 10746f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zeppelin-zengine/src/test/java/org/apache/zeppelin/notebook/NotebookTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ public void testReloadAndSetInterpreter() throws IOException {
143143
assertNull(note.getParagraphs().get(0).getRepl(null));
144144
}
145145

146-
@Test
146+
@Test
147147
public void testReloadAllNotes() throws IOException {
148148
File srcDir = new File("src/test/resources/2A94M5J1Z");
149149
File destDir = new File(notebookDir.getAbsolutePath() + "/2A94M5J1Z");

0 commit comments

Comments
 (0)