Skip to content

Commit 175fee0

Browse files
committed
Format cleanups
1 parent 5d6f5dd commit 175fee0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

kyuubi-server/src/main/scala/org/apache/kyuubi/server/KyuubiBatchService.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ class KyuubiBatchService(
111111
error(s"$batchId does not existed in metastore, assume it is finished")
112112
true
113113
}
114-
if (!submitted) Thread.sleep(1000) }
114+
if (!submitted) Thread.sleep(1000)
115+
}
115116
info(s"$batchId is submitted or finished.")
116117
}
117118
} catch {

0 commit comments

Comments
 (0)