Reflection of code style

Thanks cantino for advice.
I added spaces around the equal sign for code style.

HyeongBae Yu %!s(int64=10) %!d(string=hace) años
padre
commit
fcb68ccb0b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/helpers/dot_helper.rb

+ 1 - 1
app/helpers/dot_helper.rb

@@ -8,7 +8,7 @@ module DotHelper
8 8
         } rescue false)
9 9
       decorate_svg(svg, agents).html_safe
10 10
     else
11
-      uriquery=URI.encode_www_form(cht: 'gv', chl: agents_dot(agents))
11
+      uriquery = URI.encode_www_form(cht: 'gv', chl: agents_dot(agents))
12 12
       #Get query maximum length should be under 2048 bytes with including "chart?" of google chart request url
13 13
       if uriquery.length > 2042
14 14
         "Too many agent to display, please check unused agents"