Commit b2217b64 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Also format subproperties of return.

parent f861e5ea
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -70,6 +70,7 @@ module JsDuck
    def format_return(r)
      r = r.clone
      r[:doc] = @formatter.format(r[:doc]) if r[:doc]
      r[:properties] = format_subproperties(r[:properties]) if r[:properties]
      r
    end