about summary refs log tree commit diff
path: root/app/views/settings/applications/new.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/settings/applications/new.html.haml')
-rw-r--r--app/views/settings/applications/new.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/settings/applications/new.html.haml b/app/views/settings/applications/new.html.haml
index 5274a430c..aa2281fea 100644
--- a/app/views/settings/applications/new.html.haml
+++ b/app/views/settings/applications/new.html.haml
@@ -3,6 +3,6 @@
 
 = simple_form_for @application, url: settings_applications_path do |f|
   = render 'fields', f: f
-  
+
   .actions
     = f.button :button, t('doorkeeper.applications.buttons.submit'), type: :submit