Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mcy committed Oct 10, 2024
1 parent 8189cd2 commit 5284584
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion private/buf/buflsp/file.go
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,6 @@ func findImportable(
imports := make(map[string]storage.ObjectInfo)
for _, module := range workspace.Modules() {
err = module.WalkFileInfos(ctx, func(fileInfo bufmodule.FileInfo) error {

if fileInfo.FileType() != bufmodule.FileTypeProto {
return nil
}
Expand Down

0 comments on commit 5284584

Please sign in to comment.