diff --git a/alr.module b/alr.module
index 57a6b38..2a78c38 100644
--- a/alr.module
+++ b/alr.module
@@ -1,14 +1,13 @@
 <?php
 
- /**
-  * @file
-  * Hooks implementation for the After Login Redirection module.
-  */
+/**
+ * @file
+ * Hooks implementation for the After Login Redirection module.
+ */
 
 use Drupal\Core\Form\FormStateInterface;
-use Drupal\Core\Session\AccountInterface;
 use Drupal\Core\Routing\RouteMatchInterface;
-
+use Drupal\Core\Session\AccountInterface;
 
 /**
  * @file
