Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nullpointer0x00 committed Mar 12, 2024
1 parent 32cc3fc commit 4794d89
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ fun packageDescriptors(): List<Descriptors.Descriptor> {
return descriptors
}


private fun findDescriptorsInPackage(packageName: String): List<Descriptors.Descriptor> {
val reflections = Reflections(packageName)
val messageClasses = reflections.getSubTypesOf(com.google.protobuf.Message::class.java)
Expand Down

0 comments on commit 4794d89

Please sign in to comment.