Skip to content

Commit 417f573

Browse files
committed
Newlines at ends of files
1 parent 24b52a2 commit 417f573

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
21+
SOFTWARE.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ This Wiki page contains a summary of how we envision the functionality of this c
1010

1111
## Issues
1212

13-
https://github.com/kadamwhite/node-wp-api/issues
13+
https://github.com/kadamwhite/node-wp-api/issues

test/url-generation.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ describe( 'API URL generation:', function() {
1313
it( 'should have the correct URL for retrieving a specific post', function() {
1414
assert.strictEqual( posts.id( 1337 ).generateRequestUri(), '/wp-json/posts/1337' );
1515
} );
16-
16+
1717
it( 'should have the correct URL for retrieving all comments for a specific post', function() {
1818
assert.strictEqual( posts.id( 1337 ).comments().generateRequestUri(), '/wp-json/posts/1337/comments' );
1919
} );
@@ -59,4 +59,4 @@ describe( 'API URL generation:', function() {
5959
} );
6060
} );
6161

62-
} );
62+
} );

0 commit comments

Comments
 (0)