From 9cef8bddeda2fc93e7214d4524ba11aa68914c57 Mon Sep 17 00:00:00 2001 From: Jeroen Noten Date: Sun, 28 Aug 2016 11:51:56 +0200 Subject: [PATCH] End files with newline --- .gitignore | 2 +- .scrutinizer.yml | 2 +- .styleci.yml | 2 +- LICENSE | 2 +- phpunit.xml | 2 +- resources/views/login.blade.php | 2 +- resources/views/passwords/email.blade.php | 2 +- resources/views/passwords/reset.blade.php | 2 +- resources/views/register.blade.php | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 351baa5c..ff72e2d0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ /composer.lock -/vendor \ No newline at end of file +/vendor diff --git a/.scrutinizer.yml b/.scrutinizer.yml index e225b7d2..6fad5be9 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -18,4 +18,4 @@ checks: fix_doc_comments: true tools: - external_code_coverage: true \ No newline at end of file + external_code_coverage: true diff --git a/.styleci.yml b/.styleci.yml index 1668be3d..916d27ee 100644 --- a/.styleci.yml +++ b/.styleci.yml @@ -1,3 +1,3 @@ preset: laravel -linting: true \ No newline at end of file +linting: true diff --git a/LICENSE b/LICENSE index d9650fe6..603bfda9 100644 --- a/LICENSE +++ b/LICENSE @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. \ No newline at end of file +THE SOFTWARE. diff --git a/phpunit.xml b/phpunit.xml index b41bdaad..c61ea5de 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -5,4 +5,4 @@ ./tests - \ No newline at end of file + diff --git a/resources/views/login.blade.php b/resources/views/login.blade.php index 09d6ce22..5b61853c 100644 --- a/resources/views/login.blade.php +++ b/resources/views/login.blade.php @@ -83,4 +83,4 @@ class="text-center" }); @yield('js') -@stop \ No newline at end of file +@stop diff --git a/resources/views/passwords/email.blade.php b/resources/views/passwords/email.blade.php index 3241a568..2de6f7db 100644 --- a/resources/views/passwords/email.blade.php +++ b/resources/views/passwords/email.blade.php @@ -44,4 +44,4 @@ class="btn btn-primary btn-block btn-flat" @section('adminlte_js') @yield('js') -@stop \ No newline at end of file +@stop diff --git a/resources/views/passwords/reset.blade.php b/resources/views/passwords/reset.blade.php index 91157bfc..0c850cb7 100644 --- a/resources/views/passwords/reset.blade.php +++ b/resources/views/passwords/reset.blade.php @@ -61,4 +61,4 @@ class="btn btn-primary btn-block btn-flat" @section('adminlte_js') @yield('js') -@stop \ No newline at end of file +@stop diff --git a/resources/views/register.blade.php b/resources/views/register.blade.php index b84b4c02..6e6fc6f7 100644 --- a/resources/views/register.blade.php +++ b/resources/views/register.blade.php @@ -73,4 +73,4 @@ class="text-center">{{ trans('adminlte::adminlte.i_already_have_a_membership') } @section('adminlte_js') @yield('js') -@stop \ No newline at end of file +@stop