Skip to content

Commit

Permalink
Remove unnecessary whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
billglover committed Oct 1, 2016
1 parent c3ba11d commit 678fc98
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spec/markdown-preview-spec.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,6 @@ describe "Markdown preview package", ->
runs -> atom.commands.dispatch workspaceElement, 'markdown-preview:toggle'
expectPreviewInSplitPane()


it "saves the HTML when it is triggered and the editor has focus", ->
[editorPane, previewPane] = atom.workspace.getPanes()
editorPane.activate()
Expand All @@ -492,7 +491,6 @@ describe "Markdown preview package", ->
runs ->
expect(fs.isFileSync(outputPath)).toBe true


it "saves the HTML when it is triggered and the preview pane has focus", ->
[editorPane, previewPane] = atom.workspace.getPanes()
previewPane.activate()
Expand Down

0 comments on commit 678fc98

Please sign in to comment.