Skip to content

Commit f07316d

Browse files
committed
Style
1 parent a2dd16f commit f07316d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sql/api/src/main/scala/org/apache/spark/sql/types/Metadata.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ import org.apache.spark.util.ArrayImplicits._
4040
* @since 1.3.0
4141
*/
4242
@Stable
43-
sealed class Metadata private[types](
43+
sealed class Metadata private[types] (
4444
private[types] val map: Map[String, Any],
4545
@transient private[types] val runtimeMap: Map[String, Any])
46-
extends Serializable {
46+
extends Serializable {
4747

4848
/** No-arg constructor for kryo. */
4949
protected def this() = this(null, null)

0 commit comments

Comments
 (0)