Commit 4ec01f07 authored by Kerri Miller's avatar Kerri Miller Committed by Thomas Randolph

Remove whitespace in function arguments list

parent a96c2de1
......@@ -72,7 +72,7 @@ module ProjectsHelper
inject_classes.append( "has-tooltip" )
end
inject_classes = inject_classes.compact.join( " " )
inject_classes = inject_classes.compact.join(" ")
author_html = []
# Build avatar image tag
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment