Skip to content

Commit

Permalink
remove extra new lines at end of files
Browse files Browse the repository at this point in the history
  • Loading branch information
reykjalin committed Mar 21, 2024
1 parent ec86e08 commit 0c288f5
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion includes/admin/class-wc-rest-user-exists-controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,3 @@ public function user_exists( WP_REST_Request $request ): WP_REST_Response {
);
}
}

1 change: 0 additions & 1 deletion includes/class-experimental-abtest.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,3 @@ protected function request_variation( $test_name ) {
return $get;
}
}

2 changes: 0 additions & 2 deletions includes/core/server/request/trait-date-parameters.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,3 @@ public function set_date_between( array $date_between ) {
}
}
}


2 changes: 0 additions & 2 deletions includes/core/server/request/trait-order-info.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,3 @@ private function get_customer_url( WC_Order $order ) {
);
}
}


1 change: 0 additions & 1 deletion tests/unit/helpers/class-wc-mock-wc-data-store.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,3 @@ public function delete( &$object, $args = [] ) {
$object->set_id( 0 );
}
}

0 comments on commit 0c288f5

Please sign in to comment.