Browse Source

Add new lines to ends of files without them

Brittany Mazza 10 years ago
parent
commit
0bbe3b8f43

+ 1 - 1
frameworks/Scala/play2-scala/play2-scala-activate/app/controllers/Application.scala

@@ -88,4 +88,4 @@ object Application extends Controller {
           case _: NumberFormatException => 1
       }
   }
-}
+}

+ 1 - 1
frameworks/Scala/play2-scala/play2-scala-reactivemongo/app/controllers/Application.scala

@@ -74,4 +74,4 @@ object Application extends Controller {
       Ok(Json.toJson(world.head.as[Map[String, Int]]))
     }
   }
-}
+}

+ 1 - 1
frameworks/Scala/play2-scala/play2-scala-reactivemongo/build.sbt

@@ -8,4 +8,4 @@ lazy val root = (project in file(".")).enablePlugins(PlayScala)
 
 libraryDependencies ++= Seq(
   "org.reactivemongo" %% "play2-reactivemongo" % "0.10.5.0.akka23"
-)
+)

+ 1 - 1
frameworks/Scala/play2-scala/play2-scala-reactivemongo/project/plugins.sbt

@@ -5,4 +5,4 @@ logLevel := Level.Warn
 resolvers += "Typesafe repository" at "http://repo.typesafe.com/typesafe/releases/"
 
 // Use the Play sbt plugin for Play projects
-addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.3.6")
+addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.3.6")