Skip to content

Commit e8a4d6d

Browse files
committed
Map formatting
1 parent 0cd31ad commit e8a4d6d

File tree

1 file changed

+1
-1
lines changed
  • sql/core/src/main/scala/org/apache/spark/sql/execution/datasources

1 file changed

+1
-1
lines changed

sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSource.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ object DataSource extends Logging {
739739
checkEmptyGlobPath: Boolean,
740740
checkFilesExist: Boolean): Seq[Path] = {
741741
val qualifiedPaths = pathStrings
742-
.map{pathString =>
742+
.map { pathString =>
743743
val path = new Path(pathString)
744744
val fs = path.getFileSystem(hadoopConf)
745745
path.makeQualified(fs.getUri, fs.getWorkingDirectory)

0 commit comments

Comments
 (0)