From 3fc2d8a0a3664d07e98430f82a30bb488bd280e1 Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Sun, 31 Dec 2017 23:59:59 +0000 Subject: [PATCH] Remove trailing spaces in file xCAT-UI/js/service/service.js --- xCAT-UI/js/service/service.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-UI/js/service/service.js b/xCAT-UI/js/service/service.js index 0ffcaf7d4..0bd570520 100644 --- a/xCAT-UI/js/service/service.js +++ b/xCAT-UI/js/service/service.js @@ -2189,4 +2189,4 @@ function setMaxVM() { $.cookie('xcat_' + userName + '_maxvm', rsp, { expires: exDate }); } }); -} \ No newline at end of file +}