Skip to content

Commit 8c8aa81

Browse files
committed
Fix lint
1 parent 6f7dc79 commit 8c8aa81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,4 +177,4 @@ private class PathFilterWrapper(val filter: PathFilter) extends PathFilter with
177177
override def accept(path: Path): Boolean = {
178178
(filter == null || filter.accept(path)) && !InMemoryFileIndex.shouldFilterOut(path.getName)
179179
}
180-
}
180+
}

0 commit comments

Comments
 (0)