Skip to content
Snippets Groups Projects
Commit 1491ed65 authored by Tim Zallmann's avatar Tim Zallmann
Browse files

Fixing Static Analysis Fail with Indentation

parent d6697e0b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -288,7 +288,7 @@ module ApplicationHelper
end
end
 
def twitter_url(user)
def twitter_url(user)
name = user.twitter
if name =~ %r{\Ahttps?:\/\/(www\.)?twitter\.com\/(.*)\z}
name
Loading
Loading
@@ -296,5 +296,4 @@ module ApplicationHelper
"https://www.twitter.com/#{name}"
end
end
end
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