Skip to content
Snippets Groups Projects
Commit f26c2905 authored by Douwe Maan's avatar Douwe Maan
Browse files

Fix indentation

parent 41ed60c2
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -72,8 +72,8 @@ module Gitlab
 
lines.each_with_index do |l, idx|
# This one might be controversial but so many reply lines have years, times and end with a colon.
# Let's try it and see how well it works.
break if (l =~ /\d{4}/ && l =~ /\d:\d\d/ && l =~ /\:$/) ||
# Let's try it and see how well it works.
break if (l =~ /\d{4}/ && l =~ /\d:\d\d/ && l =~ /\:$/) ||
(l =~ /On \w+ \d+,? \d+,?.*wrote:/)
 
# Headers on subsequent lines
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment