From 23a045c630b4e182187d271376b826c88a9b6cb8 Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Wed, 14 Oct 2020 13:15:32 +0200 Subject: [PATCH] [Cosmetic] Add newline to end of file --- app/assets/javascripts/editor/participantsupport.js.erb | 2 +- app/views/tips/_form.html.slim | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/javascripts/editor/participantsupport.js.erb b/app/assets/javascripts/editor/participantsupport.js.erb index 79f407c7..ba9e03ec 100644 --- a/app/assets/javascripts/editor/participantsupport.js.erb +++ b/app/assets/javascripts/editor/participantsupport.js.erb @@ -180,4 +180,4 @@ CodeOceanEditorTips = { CodeOceanEditor.createEventHandler('editor_hide_tip', tip.data('exercise-tip-id'))); } } -} \ No newline at end of file +} diff --git a/app/views/tips/_form.html.slim b/app/views/tips/_form.html.slim index d5f317d3..d74f0603 100644 --- a/app/views/tips/_form.html.slim +++ b/app/views/tips/_form.html.slim @@ -18,4 +18,4 @@ .editor-content.d-none .editor.allow_ace_tooltip .actions = render('shared/submit_button', f: f, object: @tip) - .editor \ No newline at end of file + .editor