Skip to content

Commit dabaf1d

Browse files
committed
fix format
1 parent e186040 commit dabaf1d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

checks/class-skip-links.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ public function check( $php_files, $css_files, $other_files ) {
5050
$templates_without_main_tag = array();
5151

5252
foreach ( $other_files as $php_key => $file ) {
53-
//if the file is a template, print the name of the file
53+
// if the file is a template, print the name of the file
5454
if ( strpos( $php_key, 'templates/' ) !== false ) {
5555

56-
$file_name = tc_filename( $php_key );
56+
$file_name = tc_filename( $php_key );
5757
$has_main_tag = strpos( $file, '<main' ) !== false;
5858

5959
if ( ! $has_main_tag ) {

0 commit comments

Comments
 (0)