diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2017-04-19 20:02:03 -0400 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2017-04-19 20:13:42 -0400 |
commit | 0871e5e5c1e6151a7ed3bdf7b22209ac11532b31 (patch) | |
tree | 2936e12b4d940a2ac69d3b4f81a1adf15a02c423 /actionpack/test/fixtures/respond_to/using_defaults.xml.builder | |
parent | d862cb89837d78f2c0f59caa9541383c6a0314b9 (diff) | |
download | rails-0871e5e5c1e6151a7ed3bdf7b22209ac11532b31.tar.gz rails-0871e5e5c1e6151a7ed3bdf7b22209ac11532b31.tar.bz2 rails-0871e5e5c1e6151a7ed3bdf7b22209ac11532b31.zip |
Fix all style guides violations
Closes #28382
Closes #28651
Diffstat (limited to 'actionpack/test/fixtures/respond_to/using_defaults.xml.builder')
-rw-r--r-- | actionpack/test/fixtures/respond_to/using_defaults.xml.builder | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/fixtures/respond_to/using_defaults.xml.builder b/actionpack/test/fixtures/respond_to/using_defaults.xml.builder index 598d62e2fc..15c8a7f5cf 100644 --- a/actionpack/test/fixtures/respond_to/using_defaults.xml.builder +++ b/actionpack/test/fixtures/respond_to/using_defaults.xml.builder @@ -1 +1 @@ -xml.p "Hello world!"
\ No newline at end of file +xml.p "Hello world!" |