From b11dc80abc0852f60714ab9e2781d72b8ff8f787 Mon Sep 17 00:00:00 2001 From: Ra100 Date: Fri, 20 May 2016 10:02:20 +0200 Subject: [PATCH] Fix Tidy Markdown and Rubocop examples expected output --- examples/nested-jsbeautifyrc/ruby/expected/test.rb | 8 ++------ .../markdown/expected/yaml-front-matter-2.md | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/examples/nested-jsbeautifyrc/ruby/expected/test.rb b/examples/nested-jsbeautifyrc/ruby/expected/test.rb index e76cff2..68a8bfe 100644 --- a/examples/nested-jsbeautifyrc/ruby/expected/test.rb +++ b/examples/nested-jsbeautifyrc/ruby/expected/test.rb @@ -5,9 +5,7 @@ conn_hash = { hosts: [ { login: login, passcode: passcode, host: host, port: port } ], reliable: false, # Override default - connect_headers: conn_hdrs - -} + connect_headers: conn_hdrs } hash = { hosts: [ @@ -19,6 +17,4 @@ hash = { hosts: [ logger: mylog, # This enables callback logging! - max_reconnect_attempts: 5 - - } + max_reconnect_attempts: 5 } diff --git a/examples/simple-jsbeautifyrc/markdown/expected/yaml-front-matter-2.md b/examples/simple-jsbeautifyrc/markdown/expected/yaml-front-matter-2.md index ef73802..e94cdef 100644 --- a/examples/simple-jsbeautifyrc/markdown/expected/yaml-front-matter-2.md +++ b/examples/simple-jsbeautifyrc/markdown/expected/yaml-front-matter-2.md @@ -1,5 +1,5 @@ --- -title: 'This is a title!' +title: This is a title! --- stuff