diff --git a/src/Form/SettingsForm.php b/src/Form/SettingsForm.php
index 7db5fe8..286599b 100644
--- a/src/Form/SettingsForm.php
+++ b/src/Form/SettingsForm.php
@@ -2,16 +2,16 @@
 
 namespace Drupal\reroute_email\Form;
 
+use Drupal\Component\Utility\EmailValidatorInterface;
 use Drupal\Core\Config\ConfigFactoryInterface;
 use Drupal\Core\Extension\ModuleExtensionList;
 use Drupal\Core\Extension\ModuleHandlerInterface;
 use Drupal\Core\Form\ConfigFormBase;
 use Drupal\Core\Form\FormStateInterface;
-use Drupal\Component\Utility\EmailValidatorInterface;
 use Drupal\Core\Security\TrustedCallbackInterface;
+use Drupal\reroute_email\Constants\RerouteEmailConstants;
 use Drupal\user\RoleStorageInterface;
 use Symfony\Component\DependencyInjection\ContainerInterface;
-use Drupal\reroute_email\Constants\RerouteEmailConstants;
 
 /**
  * Implements a settings form for Reroute Email configuration.
