Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
mn-mikke committed Jul 1, 2020
1 parent 7cf2714 commit 8be73fa
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,7 @@ import org.json4s.JsonAST.{JNull, JString}
import org.json4s.jackson.JsonMethods.{compact, parse, render}
import ai.h2o.sparkling.utils.ScalaUtils.withResource

class NullableDataFrameParam(
parent: Params,
name: String,
doc: String,
isValid: DataFrame => Boolean)
class NullableDataFrameParam(parent: Params, name: String, doc: String, isValid: DataFrame => Boolean)
extends Param[DataFrame](parent, name, doc, isValid) {

def this(parent: Params, name: String, doc: String) = this(parent, name, doc, (_: DataFrame) => true)
Expand Down

0 comments on commit 8be73fa

Please sign in to comment.