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:
Diffstat (limited to 'lib/gitlab/diff/pair_selector.rb')
-rw-r--r--lib/gitlab/diff/pair_selector.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/diff/pair_selector.rb b/lib/gitlab/diff/pair_selector.rb
index 2e5ee3a7363..e848f5107ae 100644
--- a/lib/gitlab/diff/pair_selector.rb
+++ b/lib/gitlab/diff/pair_selector.rb
@@ -20,7 +20,7 @@ module Gitlab
# Runs end at the end of the string (the last line) or before a space (for an unchanged line)
(?=\s|\z)
- }x.freeze
+ }x
# rubocop: enable Lint/MixedRegexpCaptureTypes
def initialize(lines)