Indent comment to match logic level
This commit is contained in:
parent
67decdfc6a
commit
1727b5328e
|
@ -1,8 +1,8 @@
|
||||||
module Travis::Api::App::Responders
|
module Travis::Api::App::Responders
|
||||||
# This XML responder is used if the resource is a Repository, or a collection
|
# This XML responder is used if the resource is a Repository, or a collection
|
||||||
# of Repositories.
|
# of Repositories.
|
||||||
# It returns XML data conforming to Multiple Project Summary Reporting Standard,
|
# It returns XML data conforming to Multiple Project Summary Reporting Standard,
|
||||||
# as explained in http://confluence.public.thoughtworks.org/display/CI/Multiple+Project+Summary+Reporting+Standard
|
# as explained in http://confluence.public.thoughtworks.org/display/CI/Multiple+Project+Summary+Reporting+Standard
|
||||||
class Xml < Base
|
class Xml < Base
|
||||||
TEMPLATE_ERB = ERB.new <<-EOF
|
TEMPLATE_ERB = ERB.new <<-EOF
|
||||||
<Projects>
|
<Projects>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user