Add missing line-break in UI.js

This commit is contained in:
Tim Mickel 2016-04-11 14:31:04 -04:00
parent ae52b67863
commit 7fd14cc6d4

View file

@ -32,6 +32,7 @@ export default class UI {
static get infoBoxOpen () {
return infoBoxOpen;
}
static layout () {
UI.topSection();
UI.middleSection();