diff --git a/app/views/admin/users/_form.html.haml b/app/views/admin/users/_form.html.haml
index 8684a90202a42314eb81501821c2daa69b71468b..48876338a23bb771136bdb732610987cf4b153a9 100644
--- a/app/views/admin/users/_form.html.haml
+++ b/app/views/admin/users/_form.html.haml
@@ -21,7 +21,7 @@
       .clearfix
         = f.label :email
         .input
-          = f.text_field :email, required: true, autocomplete:"off"
+          = f.text_field :email, required: true, autocomplete: "off"
           %span.help-inline * required
 
     %fieldset