Skip to content

Commit

Permalink
Deduplicate blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored and jakubmikita committed Aug 24, 2023
1 parent 3b2c80d commit eff38ae
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ $RECYCLE.BIN/
# Windows shortcuts
*.lnk


### macOS ###
*.DS_Store
.AppleDouble
Expand All @@ -39,7 +38,6 @@ $RECYCLE.BIN/
# Icon must end with two \r
Icon


# Thumbnails
._*

Expand All @@ -59,12 +57,10 @@ Network Trash Folder
Temporary Items
.apdisk


### Sass ###
.sass-cache/
*.css.map


### SublimeText ###
# cache files for sublime text
*.tmlanguage.cache
Expand Down Expand Up @@ -98,7 +94,6 @@ bh_unicode_properties.cache
# https://packagecontrol.io/packages/sublime-github
GitHub.sublime-settings


### Vim ###
# swap
[._]*.s[a-w][a-z]
Expand Down
2 changes: 0 additions & 2 deletions compat/src-deprecated/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ function notification_cache() {
return null;
}


/**
* Checks if the Wizard should be displayed.
*
Expand Down Expand Up @@ -398,7 +397,6 @@ function notification_register_resolver( Interfaces\Resolvable $resolver ) {
Register::resolver( $resolver );
}


/**
* Resolves the value
*
Expand Down
1 change: 0 additions & 1 deletion resources/css/src/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

$mobile-width: 782px;

@mixin mobile {
Expand Down
1 change: 0 additions & 1 deletion resources/css/src/partials/_global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@

}


/**
* On/Off switch
*/
Expand Down
1 change: 0 additions & 1 deletion resources/css/src/partials/_metabox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
}
}


.question-mark {
font-size: 14px;
position: absolute;
Expand Down
1 change: 0 additions & 1 deletion resources/templates/debug/error-log.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
</div>
<?php endforeach ?>


<?php else : ?>
<p><?php esc_html_e('The Error log is empty.'); ?></p>
<?php endif ?>
Expand Down
1 change: 0 additions & 1 deletion resources/templates/debug/notification-log.php
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@
</div>
<?php endforeach ?>


<?php else : ?>
<p>
<?php
Expand Down

0 comments on commit eff38ae

Please sign in to comment.