style(app): spaces removed (#1898)

This commit is contained in:
Antério Vieira 2017-10-20 05:31:56 -02:00 committed by Pooya Parsa
parent 65136ac550
commit a66220b58c

View File

@ -167,7 +167,7 @@ async function createApp (ssrContext) {
return {
app,
router,
<% if(store) { %> store <% } %>
<% if(store) { %>store<% } %>
}
}