Skip to content

Commit

Permalink
refactor: fix indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vedant-Gandhi committed Sep 6, 2024
1 parent 914dccf commit c2a1416
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion admin/class-nginx-helper-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ public function nginx_helper_default_settings() {
'redis_prefix' => 'nginx-cache:',
'purge_url' => '',
'redis_enabled_by_constant' => 0,
'purge_amp_urls' => 1,
'purge_amp_urls' => 1,
);

}
Expand Down
2 changes: 1 addition & 1 deletion admin/partials/nginx-helper-general-options.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
'purge_page_on_deleted_comment',
'purge_feeds',
'smart_http_expire_form_nonce',
'purge_amp_urls',
'purge_amp_urls',
);

$all_inputs = array();
Expand Down

0 comments on commit c2a1416

Please sign in to comment.