Skip to content

Commit

Permalink
[ML4SE-591] Fix detekt
Browse files Browse the repository at this point in the history
  • Loading branch information
mikrise2 committed Apr 4, 2024
1 parent e97d1c4 commit 9b6301c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ class MainPluginPanelFactory : ToolWindowFactory {

override fun isApplicable(project: Project) = super.isApplicable(project) && JBCefApp.isSupported()

@Suppress("LongParameterList")
fun loadBasePage(
template: HtmlTemplate,
buttonTextKey: String? = null,
Expand Down

0 comments on commit 9b6301c

Please sign in to comment.