Skip to content

Commit

Permalink
Bring back visibility modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
antvaset committed Feb 2, 2025
1 parent c23161c commit 0104561
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ open class CommonLibraryManager(
)
}

fun sortStatements(compiledLibrary: CompiledLibrary) {
private fun sortStatements(compiledLibrary: CompiledLibrary) {
if (compiledLibrary.library!!.statements == null) {
return
}
Expand Down

0 comments on commit 0104561

Please sign in to comment.