tox4j / deprecated-tox4j

Deprecated, see http://github.com/TokTok/jvm-toxcore-c
http://github.com/TokTok/jvm-toxcore-c
Other
42 stars 17 forks source link

Linter: Avoid unnecessary braces around case-body. #137

Open iphydf opened 9 years ago

iphydf commented 9 years ago
obj match {
  case Foo(_) => { // these braces are never necessary
    val blah = ...
  }
}