Skip to content

Commit

Permalink
scalafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Jul 23, 2023
1 parent 6a1dc24 commit 5bd483b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Untar.scala
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import org.apache.commons.compress.archivers.tar.TarArchiveInputStream
import org.apache.commons.compress.compressors.gzip.GzipCompressorInputStream
import org.apache.commons.io.IOUtils

import java.io.{BufferedInputStream, File, FileInputStream, FileOutputStream}
import java.io.{ BufferedInputStream, File, FileInputStream, FileOutputStream }
import scala.util.Using

object Untar {
Expand Down

0 comments on commit 5bd483b

Please sign in to comment.