Skip to content

Commit

Permalink
Fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
QW3RAT committed Jan 22, 2024
1 parent b83c8c9 commit aedfed7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ internal class ToolWindowFactory : ToolWindowFactory, DumbAware {
toolWindow.contentManager.addContent(errorContent)
}

fun initiateWithData(toolWindow: ToolWindow, project : Project) {
fun initiateWithData(toolWindow: ToolWindow, project: Project) {
toolWindow.contentManager.removeAllContents(true)

val coverageReport = ContentFactory.getInstance().createContent(PiTestReports(), PiTestReports.TITLE, false)
Expand Down

0 comments on commit aedfed7

Please sign in to comment.