Skip to content

Commit

Permalink
End files with newline
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroennoten committed Aug 28, 2016
1 parent dcf0b47 commit 9cef8bd
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/composer.lock
/vendor
/vendor
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ checks:
fix_doc_comments: true

tools:
external_code_coverage: true
external_code_coverage: true
2 changes: 1 addition & 1 deletion .styleci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
preset: laravel

linting: true
linting: true
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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.
THE SOFTWARE.
2 changes: 1 addition & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
<directory suffix="Test.php">./tests</directory>
</testsuite>
</testsuites>
</phpunit>
</phpunit>
2 changes: 1 addition & 1 deletion resources/views/login.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ class="text-center"
});
</script>
@yield('js')
@stop
@stop
2 changes: 1 addition & 1 deletion resources/views/passwords/email.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ class="btn btn-primary btn-block btn-flat"

@section('adminlte_js')
@yield('js')
@stop
@stop
2 changes: 1 addition & 1 deletion resources/views/passwords/reset.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ class="btn btn-primary btn-block btn-flat"

@section('adminlte_js')
@yield('js')
@stop
@stop
2 changes: 1 addition & 1 deletion resources/views/register.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ class="text-center">{{ trans('adminlte::adminlte.i_already_have_a_membership') }

@section('adminlte_js')
@yield('js')
@stop
@stop

0 comments on commit 9cef8bd

Please sign in to comment.