Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sunchao committed Oct 7, 2020
1 parent 6f7dc79 commit 8c8aa81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,4 +177,4 @@ private class PathFilterWrapper(val filter: PathFilter) extends PathFilter with
override def accept(path: Path): Boolean = {
(filter == null || filter.accept(path)) && !InMemoryFileIndex.shouldFilterOut(path.getName)
}
}
}

0 comments on commit 8c8aa81

Please sign in to comment.