Skip to content

Commit

Permalink
minor format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
scwf committed Jan 11, 2015
1 parent 9570211 commit 58bcbc2
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ class BooleanSimplificationSuite extends PlanTest {
val batches =
Batch("AnalysisNodes", Once,
EliminateAnalysisOperators) ::
Batch("Constant Folding", FixedPoint(50),
NullPropagation,
ConstantFolding,
BooleanSimplification,
SimplifyFilters) :: Nil
Batch("Constant Folding", FixedPoint(50),
NullPropagation,
ConstantFolding,
BooleanSimplification,
SimplifyFilters) :: Nil
}

val testRelation = LocalRelation('a.int, 'b.int, 'c.int, 'd.string)
Expand Down

0 comments on commit 58bcbc2

Please sign in to comment.