2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-13 01:40:26 +00:00

Remove trailing spaces in file xCAT-UI/js/custom/hmc.js

This commit is contained in:
GONG Jie
2017-12-31 23:59:59 +00:00
parent cbada24a31
commit b1a749ced8

View File

@ -2002,4 +2002,4 @@ function nonihCreateLpar(parentDiv) {
var showStr = 'The machine type is not P7 IH, so you had to create lpars by command line manually.';
parentDiv.append(createInfoBar(showStr));
return;
}
}