diff --git a/class/utility.php b/class/utility.php
index bd048f2..45f2359 100644
--- a/class/utility.php
+++ b/class/utility.php
@@ -186,8 +186,7 @@ public static function createFolder($folder)
}
file_put_contents($folder . '/index.html', '');
}
- }
- catch (Exception $e) {
+ } catch (Exception $e) {
echo 'Caught exception: ', $e->getMessage(), '', '
';
}
}