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 ...@@ -227,7 +227,9 @@ import initLDAPGroupsSelect from 'ee/ldap_groups_select'; // eslint-disable-line
new Sidebar(); new Sidebar();
break; break;
case 'dashboard:issues': case 'dashboard:issues':
import('./pages/dashboard/issues').then(callDefault).catch(fail); import('./pages/dashboard/issues')
.then(callDefault)
.catch(fail);
break; break;
case 'dashboard:merge_requests': case 'dashboard:merge_requests':
projectSelect(); 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