Skip to content

Commit

Permalink
remove whitespace to adhere to standards
Browse files Browse the repository at this point in the history
  • Loading branch information
sechel committed Mar 15, 2018
1 parent 45b81a9 commit 3b4e48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/diagrams/sequence/sequenceDiagram.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ describe('when parsing a sequenceDiagram', function () {
'else isSick\n' +
'Bob-->Alice: Feel sick...\n' +
'else default\n' +
'Bob-->Alice: :-)\n' +
'Bob-->Alice: :-)\n' +
'end'
parser.parse(str)
const messages = parser.yy.getMessages()
Expand Down

0 comments on commit 3b4e48e

Please sign in to comment.