Fix Tidy Markdown and Rubocop examples expected output

This commit is contained in:
Ra100 2016-05-20 10:02:20 +02:00
parent d03bad31da
commit b11dc80abc
2 changed files with 3 additions and 7 deletions

View File

@ -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 }

View File

@ -1,5 +1,5 @@
---
title: 'This is a title!'
title: This is a title!
---
stuff