From c9c3b88f4de875fac777384af57cb96def622204 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 e68b58e..9e390ef 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 @@ -55,4 +55,4 @@ - @endsection \ No newline at end of file + @endsection