Skip to content

Commit

Permalink
fix scala style
Browse files Browse the repository at this point in the history
  • Loading branch information
witgo committed Aug 15, 2016
1 parent dc9ffd6 commit a211c1a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Expand Up @@ -21,7 +21,7 @@ import java.nio.ByteBuffer

import scala.collection.JavaConverters._

import org.apache.mesos.{ExecutorDriver, MesosExecutorDriver, Executor => MesosExecutor}
import org.apache.mesos.{Executor => MesosExecutor, ExecutorDriver, MesosExecutorDriver}
import org.apache.mesos.Protos.{TaskStatus => MesosTaskStatus, _}
import org.apache.mesos.protobuf.ByteString

Expand Down
Expand Up @@ -27,6 +27,7 @@ import scala.collection.mutable.HashMap
import scala.collection.mutable.HashSet
import scala.math.{max, min}
import scala.util.control.NonFatal

import org.apache.spark._
import org.apache.spark.internal.Logging
import org.apache.spark.scheduler.SchedulingMode._
Expand Down
Expand Up @@ -20,6 +20,7 @@ package org.apache.spark.io
import java.nio.ByteBuffer

import com.google.common.io.ByteStreams

import org.apache.spark.SparkFunSuite
import org.apache.spark.network.buffer.{Allocator, ChunkedByteBuffer}
import org.apache.spark.network.util.ByteArrayWritableChannel
Expand Down

0 comments on commit a211c1a

Please sign in to comment.