diff --git a/index.php b/index.php
index 35c6d1fdbcdabefaf1d40b25e60cb15f447e992f..35b3e35c527dda13ec0db081d35a5f7bf7726a46 100644
--- a/index.php
+++ b/index.php
@@ -1,10 +1,10 @@
 <?php
 
-require_once __DIR__ . '/vendor/autoload.php';
+    require_once __DIR__ . '/vendor/autoload.php';
 
-use Hp\Test\Functions;
+    use Hp\Test\Functions;
 
-$func = new Functions();
+    $func = new Functions();
 ?>
 
 <!DOCTYPE html>