fixing formatting for lint

This commit is contained in:
Bland, Paul
2018-08-17 11:07:04 -04:00
parent f87c503d5e
commit 7fcccb4ab2

View File

@@ -363,7 +363,7 @@ export const draw = function (text, id) {
// const lastMsg // const lastMsg
// Draw the messages/signals // Draw the messages/signals
let sequenceIndex = 1; let sequenceIndex = 1
messages.forEach(function (msg) { messages.forEach(function (msg) {
let loopData let loopData
switch (msg.type) { switch (msg.type) {