From 9ffb3395bc5988733c91a4b6d66c0508ac9a6f5f Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Mon, 9 Jul 2018 13:58:50 -0400 Subject: [PATCH] fix index.less new line issue --- awx/ui/client/features/_index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/features/_index.less b/awx/ui/client/features/_index.less index 1c03282f81..d8685d6639 100644 --- a/awx/ui/client/features/_index.less +++ b/awx/ui/client/features/_index.less @@ -1,3 +1,3 @@ @import 'portalMode/_index'; @import 'output/_index'; -@import 'users/tokens/_index'; \ No newline at end of file +@import 'users/tokens/_index';