Skip to content

Commit

Permalink
chore : (#13) apply ktlint formatting rules to Kotlin files
Browse files Browse the repository at this point in the history
  • Loading branch information
kangeunchan committed Jan 14, 2025
1 parent 1cd50e9 commit c9ea30e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ dependencies {
implementation("jakarta.validation:jakarta.validation-api:3.0.2")
}


kotlin {
compilerOptions {
freeCompilerArgs.addAll("-Xjsr305=strict")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import org.springframework.data.redis.serializer.StringRedisSerializer

@EnableRedisRepositories(
enableKeyspaceEvents = RedisKeyValueAdapter.EnableKeyspaceEvents.ON_STARTUP,
keyspaceNotificationsConfigParameter = ""
keyspaceNotificationsConfigParameter = "",
)
@Configuration
class RedisConfig(
Expand Down

0 comments on commit c9ea30e

Please sign in to comment.