Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormicael.bergeron <micael.bergeron@solutionstlm.com>2017-09-06 16:15:27 +0300
committermicael.bergeron <micael.bergeron@solutionstlm.com>2017-09-06 16:15:27 +0300
commitc1f66cc7f0658621f2bfcb09f0269da675f57e84 (patch)
tree6d0812930c6bc0ad2ec9388dc6f0cd1ba3965424 /lib/gitlab/encoding_helper.rb
parent44bcacbc799c31983bfd5c98af9cde312ababe70 (diff)
remove useless comment
Diffstat (limited to 'lib/gitlab/encoding_helper.rb')
-rw-r--r--lib/gitlab/encoding_helper.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/gitlab/encoding_helper.rb b/lib/gitlab/encoding_helper.rb
index c50417f4d4f..7b3483a7f96 100644
--- a/lib/gitlab/encoding_helper.rb
+++ b/lib/gitlab/encoding_helper.rb
@@ -13,8 +13,6 @@ module Gitlab
# https://gitlab.com/gitlab-org/gitlab_git/merge_requests/77#note_4754193
ENCODING_CONFIDENCE_THRESHOLD = 50
- #
- #
def encode!(message)
return nil unless message.respond_to? :force_encoding