Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanlyn committed Feb 3, 2015
1 parent 63d170a commit 12d800d
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ private[hive] object HiveShim {
val version = "0.12.0"

def getTableDesc(
serdeClass: Class[_ <: Deserializer],
inputFormatClass: Class[_ <: InputFormat[_, _]],
outputFormatClass: Class[_],
properties: Properties) = {
serdeClass: Class[_ <: Deserializer],
inputFormatClass: Class[_ <: InputFormat[_, _]],
outputFormatClass: Class[_],
properties: Properties) = {
new TableDesc(serdeClass, inputFormatClass, outputFormatClass, properties)
}

Expand Down

0 comments on commit 12d800d

Please sign in to comment.