Skip to content

Commit

Permalink
INV-170: add newline to PHP files
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoan Pham committed Apr 8, 2020
1 parent b2e109e commit 8636c21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Endpoints/Reports/AccountListingWithListingPrice.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ public function getURI()
{
return 'reports/account-listing-with-listing-price/';
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ public function testInstance()
$this->assertEquals('POST', $post->getMethod());
$this->assertEquals('reports/account-listing-with-listing-price/', $post->getURI());
}
}
}

0 comments on commit 8636c21

Please sign in to comment.