Build: correct some linting errors.

Fix linting failures after r44948 by running `composer run format`.


git-svn-id: https://develop.svn.wordpress.org/trunk@44951 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Adam Silverstein
2019-03-20 22:05:58 +00:00
parent 67b8f04db4
commit e6ec0b2fe0
2 changed files with 1 additions and 2 deletions

View File

@@ -399,7 +399,6 @@ class Tests_Feeds_RSS2 extends WP_UnitTestCase {
// Queries performed on valid feed endpoints should contain posts.
$this->assertTrue( have_posts() );
// Check to see if we have the expected XML output from the feed template.
$feed = $this->do_rss2();