]> source.dussan.org Git - sonarqube.git/commitdiff
fix quality flaw
authorStas Vilchik <stas.vilchik@sonarsource.com>
Wed, 20 Dec 2017 12:26:55 +0000 (13:26 +0100)
committerStas Vilchik <stas.vilchik@sonarsource.com>
Wed, 20 Dec 2017 12:26:55 +0000 (13:26 +0100)
server/sonar-web/src/main/js/helpers/urls.ts

index a23974850b23206ffa76ba3a2d9420700627e024..ffe6fa177940bdebbddb7464673b71820277e0b0 100644 (file)
@@ -17,8 +17,8 @@
  * along with this program; if not, write to the Free Software Foundation,
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  */
-import { omitBy, isNil } from 'lodash';
 import { stringify } from 'querystring';
+import { omitBy, isNil } from 'lodash';
 import { isShortLivingBranch } from './branches';
 import { getProfilePath } from '../apps/quality-profiles/utils';
 import { Branch } from '../app/types';