Skip to content

Commit

Permalink
@allow-large-files [MSDK] Update ktfmt component on FBS:master
Browse files Browse the repository at this point in the history
Reviewed By: strulovich

Differential Revision: D35774317

fbshipit-source-id: ce59de8c38e385827a9ee62473b57a1791f18d27
  • Loading branch information
cgrushko authored and facebook-github-bot committed Apr 25, 2022
1 parent bfc9bed commit 8f8d12b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,7 @@ internal class RedundantImportDetector(val enabled: Boolean) {
}

importCleanUpCandidates =
importList
.imports
importList.imports
.filter { import ->
import.isValidImport &&
!import.isAllUnder &&
Expand Down

0 comments on commit 8f8d12b

Please sign in to comment.