]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/bookmark/exception/EmptyDataStoreException.php
Apply PHP Code Beautifier on source code for linter automatic fixes
[github/shaarli/Shaarli.git] / application / bookmark / exception / EmptyDataStoreException.php
index cd48c1e6e517f2242e804112299a6532a33537d1..16a98470a018b2a5ea4635caff6e86a1a5657009 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 
-
 namespace Shaarli\Bookmark\Exception;
 
-
-class EmptyDataStoreException extends \Exception {}
+class EmptyDataStoreException extends \Exception
+{
+}