Skip to content

Commit

Permalink
spotless:apply
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Jan 22, 2024
1 parent dab2faa commit db4f388
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@

import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
import io.quarkus.cache.Cache;
import io.quarkus.cache.CacheInvalidate;
import io.quarkus.cache.CacheManager;
import io.quarkus.cache.CacheResult;
import io.quarkus.cache.CaffeineCache;
Expand Down Expand Up @@ -68,7 +67,8 @@ void onMessage(ExpressionEvent event) {
invalidate(event.expression().script);
break;
case UPDATED:
// expression scripts aren't meant to be updatable, but handle them by invalidating cached results just in case
// expression scripts aren't meant to be updatable, but handle them by invalidating
// cached results just in case
invalidate(event.expression().script);
break;
default:
Expand Down

0 comments on commit db4f388

Please sign in to comment.