Remove newline in expected output for Markdown YAML Front Matter test 2
Fixes https://travis-ci.org/Glavin001/atom-beautify/builds/45710683
This commit is contained in:
parent
954a78cf6a
commit
a2292201a3
|
@ -5,4 +5,3 @@ title: "This is a title!"
|
|||
stuff
|
||||
|
||||
more stuff
|
||||
|
||||
|
|
|
@ -18,7 +18,6 @@ dir = null # Node-Dir
|
|||
LoadingView = null
|
||||
MessagePanelView = null
|
||||
PlainMessageView = null
|
||||
editorconfig = null
|
||||
$ = null
|
||||
#MessageView = require "./message-view"
|
||||
|
||||
|
|
Loading…
Reference in New Issue