Skip to content

Commit aa9a73b

Browse files
author
Rival Abdrakhmanov
committed
Fix compilation
1 parent bc72bf5 commit aa9a73b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/me/rafaelldi/aspire/services/AspireHostServiceContributor.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class AspireHostServiceContributor(private val hostData: SessionHostServiceData)
3636
}
3737
}
3838

39-
override fun getViewDescriptor(project: Project) = viewDescriptor
39+
override fun getViewDescriptor(project: Project): SimpleServiceViewDescriptor = viewDescriptor
4040

4141
override fun asService() = hostData
4242

0 commit comments

Comments
 (0)