style: fix lint (CI)

This commit is contained in:
usbharu 2024-08-24 04:22:10 +00:00 committed by github-actions[bot]
parent eed5e8a75a
commit ac5d6800e1
2 changed files with 7 additions and 9 deletions

View File

@ -80,6 +80,4 @@ open class SnowflakeIdGenerateService(private val baseTime: Long) : IdGenerateSe
result = 31 * result + mutex.hashCode() result = 31 * result + mutex.hashCode()
return result return result
} }
} }