Skip to content

Commit

Permalink
Spacing
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Reynolds <[email protected]>
  • Loading branch information
rwagner00 and jazzsequence authored Mar 25, 2024
1 parent 6869d29 commit 9e2f4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pantheon_advanced_page_cache.module
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use Drupal\image\Entity\ImageStyle;
function pantheon_advanced_page_cache_file_update(EntityInterface $file) {
// Don't try this if we're not in a Pantheon environment.
if (function_exists('pantheon_clear_edge_paths')) {
// No matter what, the file's base URL needs to be cleared out .
// No matter what, the file's base URL needs to be cleared out.
$paths_to_clear = [$file->createFileUrl()];

// If this is an image, we need to clear the edge cache paths for every
Expand Down

0 comments on commit 9e2f4c8

Please sign in to comment.