Skip to content

Commit d58e8ec

Browse files
author
wangjunbo
committed
delete empty lines
1 parent cca773a commit d58e8ec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kyuubi-server/src/main/scala/org/apache/kyuubi/sql/plan/command/DescribeEngine.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ case class DescribeEngine() extends RunnableCommand {
4949
case None =>
5050
values += ("", "", "")
5151
}
52-
5352
Row(values.toList)
5453
}
5554
iter = new IterableFetchIterator(rows)

0 commit comments

Comments
 (0)