diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2013-11-30 00:13:38 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-30 00:13:40 -0600 |
commit | 55bc77e2e22ba75dbf0634026ce4048fc57187ca (patch) | |
tree | aecc7f8c2d68840a47297b4bf63c875da3875fca | |
parent | 16c1048f463d75916a970342bb87200a36033113 (diff) | |
download | slackbuilds-55bc77e2e22ba75dbf0634026ce4048fc57187ca.tar.gz |
libraries/rest: Fixed file ending with no newline.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
-rw-r--r-- | libraries/rest/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/rest/README b/libraries/rest/README index 8d520f20b3..dc2b2c7e77 100644 --- a/libraries/rest/README +++ b/libraries/rest/README @@ -1,2 +1,2 @@ This library has been designed to make it easier to access web -services that claim to be "RESTful".
\ No newline at end of file +services that claim to be "RESTful". |