Skip to content

Commit

Permalink
chore: remove unnecessary getter access
Browse files Browse the repository at this point in the history
  • Loading branch information
fwouts committed Jun 13, 2023
1 parent 6843d90 commit bb89596
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ class ProjectService(private val project: Project) : Disposable {
private fun recomputeComponents(file: VirtualFile, text: String) {
computeComponents(file) { components ->
componentMap[file.path] = Pair(text, components)
ApplicationManager.getApplication().invokeLater {
app.invokeLater {
@Suppress("UnstableApiUsage")
InlayHintsPassFactory.forceHintsUpdateOnNextPass()
}
Expand Down

0 comments on commit bb89596

Please sign in to comment.