remove whitespace to adhere to standards

This commit is contained in:
Stefan Sechelmann 2018-03-15 14:10:10 +01:00
parent 45b81a9db9
commit 3b4e48e32f

View File

@ -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()