diff --git a/app/views/admin/users/_form.html.haml b/app/views/admin/users/_form.html.haml
index 8684a90..4887633 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
--
libgit2 0.21.2