Skip to content

Commit

Permalink
Making Scala style checker and compiler happy
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxGekk committed Apr 8, 2018
1 parent 3207e59 commit b817184
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -19,7 +19,7 @@ package org.apache.spark.sql.execution.datasources.json

import java.io.{File, FileOutputStream, StringWriter}
import java.nio.charset.{StandardCharsets, UnsupportedCharsetException}
import java.nio.file.Files
import java.nio.file.{Files, Paths, StandardOpenOption}
import java.sql.{Date, Timestamp}
import java.util.Locale

Expand Down

0 comments on commit b817184

Please sign in to comment.