Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
Davies Liu committed Jun 5, 2015
1 parent 02262c9 commit 86fac2c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -94,7 +94,7 @@ case class Literal protected (value: Any, dataType: DataType) extends LeafExpres
final boolean ${ev.nullTerm} = false;
final float ${ev.primitiveTerm} = ${value}f;
"""
case dt: NumericType if !dt.isInstanceOf[DecimalType]=>
case dt: NumericType if !dt.isInstanceOf[DecimalType] =>
s"""
final boolean ${ev.nullTerm} = false;
final ${ctx.primitiveType(dataType)} ${ev.primitiveTerm} = $value;
Expand Down

0 comments on commit 86fac2c

Please sign in to comment.