Skip to content

Commit

Permalink
Fixing whitespacing
Browse files Browse the repository at this point in the history
  • Loading branch information
gudmdharalds committed May 3, 2018
1 parent 2e73972 commit 4275b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ function vipgoci_patch_changed_lines(
* to be fixed properly.
*/
if (
( count( $lines_changed) === 1 ) &&
( count( $lines_changed ) === 1 ) &&
( 1 === $lines_changed[0] )
) {
unset( $lines_changed[0] );
Expand Down

0 comments on commit 4275b92

Please sign in to comment.