summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViktor Fonic <viktor.fonic@gmail.com>2019-12-03 14:53:39 +0100
committerGitHub <noreply@github.com>2019-12-03 14:53:39 +0100
commit0559a0d70ba0a238446fc26dbda5fe77aff3b472 (patch)
tree6f47e44e4914ef9a85ffbea291877aaa88d1ef1e
parentc9bebe9a6b054dc5800884a14b60d131445b1f7b (diff)
downloadpry-0559a0d70ba0a238446fc26dbda5fe77aff3b472.tar.gz
Fix: Rubocop: Layout/EmptyLineAfterMagicComment
Add an empty line after magic comments.
-rw-r--r--lib/pry.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/pry.rb b/lib/pry.rb
index 3695010a..2fddd003 100644
--- a/lib/pry.rb
+++ b/lib/pry.rb
@@ -1,4 +1,5 @@
# frozen_string_literal: true
+
# (C) John Mair (banisterfiend) 2016
# MIT License