summaryrefslogtreecommitdiff
path: root/app/services/notes/destroy_service.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/services/notes/destroy_service.rb')
-rw-r--r--app/services/notes/destroy_service.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/services/notes/destroy_service.rb b/app/services/notes/destroy_service.rb
index fb78420d324..64e9accd97f 100644
--- a/app/services/notes/destroy_service.rb
+++ b/app/services/notes/destroy_service.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
module Notes
class DestroyService < BaseService
def execute(note)