Skip to content

Commit

Permalink
Fix style errors
Browse files Browse the repository at this point in the history
  • Loading branch information
maropu committed Feb 27, 2016
1 parent 25e9250 commit 2d7737b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ package org.apache.spark.sql.execution.datasources
import org.apache.hadoop.conf.Configuration
import org.apache.hadoop.io.SequenceFile.CompressionType
import org.apache.hadoop.io.compress.{BZip2Codec, DeflateCodec, GzipCodec, Lz4Codec, SnappyCodec}
import org.apache.spark.util.ShortCompressionCodecNameMapper

import org.apache.spark.util.Utils
import org.apache.spark.util.{ShortCompressionCodecNameMapper, Utils}

private[datasources] object CompressionCodecs {

Expand Down

0 comments on commit 2d7737b

Please sign in to comment.