Skip to content

Commit f45f788

Browse files
author
Bo Meng
committed
remove unnecessary expression
1 parent 0eea6d9 commit f45f788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/org/apache/spark/sql/hbase/CheckDirEndPointImpl.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class CheckDirEndPointImpl
4646

4747
override def start(env: CoprocessorEnvironment) = {
4848
env match {
49-
case e: RegionCoprocessorEnvironment => e
49+
case e: RegionCoprocessorEnvironment =>
5050
case _ => throw new CoprocessorException("Must be loaded on a table region!")
5151
}
5252
}

0 commit comments

Comments
 (0)