Skip to content

Commit

Permalink
Apply cfformat changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano authored and github-actions[bot] committed Oct 31, 2023
1 parent 5eb8729 commit af615d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion system/cache/providers/CacheBoxProvider.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,9 @@ component
.spacedDelay( getConfiguration().reapFrequency ) // Runs again, after this spaced delay once each reap finalizes
.start();

variables.logger.info( "Reaping scheduled task started for (#getName()#) every (#getConfiguration().reapFrequency#) minutes" );
variables.logger.info(
"Reaping scheduled task started for (#getName()#) every (#getConfiguration().reapFrequency#) minutes"
);

// startup message
variables.logger.info( "CacheBox Cache: #getName()# has been initialized successfully for operation" );
Expand Down

0 comments on commit af615d8

Please sign in to comment.