Skip to content

Commit

Permalink
[CodeStyle] Apply formatting to BucketsCacheConfig.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarciani committed Nov 29, 2024
1 parent 20d767d commit 7c03fe5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class BucketsCacheConfig {
return LettuceBasedProxyManager.builderFor(redisClient)
.withClientSideConfig(
ClientSideConfig.getDefault()
.withExpirationAfterWriteStrategy(EXPIRATION_STRATEGY)
.withExpirationAfterWriteStrategy(EXPIRATION_STRATEGY),
)
.build()
}
Expand Down

0 comments on commit 7c03fe5

Please sign in to comment.