Skip to content

Commit

Permalink
Fix codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
Walingar committed Oct 11, 2023
1 parent 49bc9e9 commit 33f7067
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package org.jetbrains.jewel.bridge

import androidx.compose.runtime.Immutable
import androidx.compose.ui.graphics.Color
import com.intellij.ide.ui.UITheme
import com.intellij.ui.ColorUtil
import org.jetbrains.jewel.IntelliJThemeIconData
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import org.jetbrains.jewel.InternalJewelApi
fun getPatchedIconPath(
dirProvider: DirProvider,
originalPath: String,
classLoaders: List<ClassLoader>
classLoaders: List<ClassLoader>,
): String? {
val clazz = Class.forName("com.intellij.ui.icons.CachedImageIconKt")
val patchIconPath = clazz.getMethod("patchIconPath", String::class.java, ClassLoader::class.java)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import org.jetbrains.jewel.InternalJewelApi
fun getPatchedIconPath(
dirProvider: DirProvider,
originalPath: String,
classLoaders: List<ClassLoader>
classLoaders: List<ClassLoader>,
): String? {
// For all provided classloaders, we try to get the patched path, both using
// the original path, and an "abridged" path that has gotten the icon path prefix
Expand Down

0 comments on commit 33f7067

Please sign in to comment.