Skip to content

Commit

Permalink
Style fix
Browse files Browse the repository at this point in the history
Change-Id: Id8b410a90117014aaea7c1b8496e54bcef4cdddc
  • Loading branch information
jerryshao committed May 23, 2017
1 parent 4147dd2 commit 5a769d3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@

package com.cloudera.livy.utils

import com.cloudera.livy.{LivyBaseUnitTestSuite, LivyConf}
import org.scalatest.{BeforeAndAfterAll, FunSuite, Matchers}

import com.cloudera.livy.{LivyBaseUnitTestSuite, LivyConf}

class SparkEnvironmentSuite extends FunSuite
with Matchers with BeforeAndAfterAll with LivyBaseUnitTestSuite {
import SparkEnvironment._
Expand Down

0 comments on commit 5a769d3

Please sign in to comment.