Commit be485540 authored by Clement Ho's avatar Clement Ho

Fix indention

parent 12f5ec9a
......@@ -227,7 +227,9 @@ import initLDAPGroupsSelect from 'ee/ldap_groups_select'; // eslint-disable-line
new Sidebar();
break;
case 'dashboard:issues':
import('./pages/dashboard/issues').then(callDefault).catch(fail);
import('./pages/dashboard/issues')
.then(callDefault)
.catch(fail);
break;
case 'dashboard:merge_requests':
projectSelect();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment