Skip to content

Commit 2ae156c

Browse files
committed
chore: Resolve unused variable warning
1 parent 45d1966 commit 2ae156c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/github/ilovegamecoding/intellijcodexp/activities/CodeXPStartupActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ import com.intellij.openapi.startup.StartupActivity
77

88
class CodeXPStartupActivity : StartupActivity {
99
override fun runActivity(project: Project) {
10-
val codeXPService = ApplicationManager.getApplication().getService(CodeXPService::class.java)
10+
ApplicationManager.getApplication().getService(CodeXPService::class.java)
1111
}
1212
}

0 commit comments

Comments
 (0)