Skip to content

Commit

Permalink
Remove redundant .toSeq
Browse files Browse the repository at this point in the history
  • Loading branch information
sunchao committed Sep 14, 2020
1 parent bfa37cc commit 2d8e64d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ private[spark] object HadoopFSUtils extends Logging {
s"the following files were missing during file scan:\n ${missingFiles.mkString("\n ")}")
}

resolvedLeafStatuses.toSeq
resolvedLeafStatuses
}
// scalastyle:on argcount

Expand Down

0 comments on commit 2d8e64d

Please sign in to comment.