From 335df5ff5e7ed87953f73e0717ce533c741465bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zo=C3=AB?= Date: Fri, 2 May 2025 12:39:16 +0200 Subject: [PATCH] style: apply editorconfig --- resources/views/front/index.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/front/index.blade.php b/resources/views/front/index.blade.php index ce74730..f8cce93 100644 --- a/resources/views/front/index.blade.php +++ b/resources/views/front/index.blade.php @@ -1,4 +1,4 @@ -@extends('frame') +@extends('frame') @section('title', 'This is The Bad Space') @section('main-content') @parent @@ -48,4 +48,4 @@ - @endsection \ No newline at end of file + @endsection