Add new line at end of files.

This commit is contained in:
Justin Shreve 2016-07-26 11:42:57 -07:00
parent ea4285b1ec
commit 33e0b367ac
4 changed files with 5 additions and 5 deletions

View File

@ -87,4 +87,4 @@ abstract class WC_REST_Shipping_Zones_Controller_Base extends WC_REST_Controller
return true;
}
}
}

View File

@ -54,7 +54,7 @@ class WC_REST_Shipping_Zone_Locations_Controller extends WC_REST_Shipping_Zones_
if ( is_wp_error( $zone ) ) {
return $zone;
}
$locations = $zone->get_zone_locations();
$data = array();
@ -176,4 +176,4 @@ class WC_REST_Shipping_Zone_Locations_Controller extends WC_REST_Shipping_Zones_
return $this->add_additional_fields_schema( $schema );
}
}
}

View File

@ -214,4 +214,4 @@ class WC_REST_Shipping_Zone_Methods_Controller extends WC_REST_Shipping_Zones_Co
return $this->add_additional_fields_schema( $schema );
}
}
}

View File

@ -545,4 +545,4 @@ class WC_Tests_API_Shipping_Zones extends WC_Unit_Test_Case {
$this->assertEquals( 404, $response->get_status() );
}
}
}