Skip to content

Commit cbd07e7

Browse files
committed
Style changes in GenerateLibraryNTemplates
1 parent dff5b3d commit cbd07e7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

project/GenerateLibraryNTemplates.scala

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -201,10 +201,10 @@ object FunctionTwo extends Function(2) {
201201
object Function {
202202
def make(i: Int) = apply(i)()
203203
def apply(i: Int) = i match {
204-
case 0 => FunctionZero
205-
case 1 => FunctionOne
206-
case 2 => FunctionTwo
207-
case _ => new Function(i)
204+
case 0 => FunctionZero
205+
case 1 => FunctionOne
206+
case 2 => FunctionTwo
207+
case _ => new Function(i)
208208
}
209209
}
210210

0 commit comments

Comments
 (0)