File tree 3 files changed +0
-20
lines changed
readme/src/main/scala/org/scalafmt/readme
scalafmt-tests/src/test/scala/org/scalafmt/config
3 files changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -324,7 +324,6 @@ lazy val buildInfoSettings: Seq[Def.Setting[_]] = Seq(
324
324
buildInfoObject := " Versions"
325
325
)
326
326
327
- def currentCommit = {}
328
327
def scala210 = " 2.10.6"
329
328
def scala211 = " 2.11.11"
330
329
def scala212 = " 2.12.2"
Original file line number Diff line number Diff line change @@ -299,12 +299,6 @@ object Readme {
299
299
def fmt (style : ScalafmtConfig )(code : String ): TypedTag [String ] =
300
300
example(code, style)
301
301
302
- def other = {
303
- // val settings = Settings[ScalafmtConfig].flat(ScalafmtConfig.default)
304
- // TODO(olafur): do something useful with settings
305
- raw(" " )
306
- }
307
-
308
302
def lastUpdated =
309
303
new SimpleDateFormat (" MMM d, y" ).format(new Date (Versions .timestamp.toLong))
310
304
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments