Skip to content

Commit

Permalink
fix: fixed spotless checks
Browse files Browse the repository at this point in the history
  • Loading branch information
MrIkso committed Jan 5, 2025
1 parent 9a2482c commit 032416d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import kotlin.jvm.java

object KotlinSmapUtils {

var LOG:Logger = LoggerFactory.getLogger(KotlinSmapUtils::class.java)
val LOG:Logger = LoggerFactory.getLogger(KotlinSmapUtils::class.java)

@JvmStatic
fun getClassAlias(cls: ClassNode): ClassAliasRename? {
Expand Down

0 comments on commit 032416d

Please sign in to comment.