diff --git a/xCAT-UI/js/rcons/rcons.js b/xCAT-UI/js/rcons/rcons.js index 32662baea..0647225cc 100644 --- a/xCAT-UI/js/rcons/rcons.js +++ b/xCAT-UI/js/rcons/rcons.js @@ -285,4 +285,4 @@ rconsTerm = function(nodeName, height, width) { sendTimeout = window.setTimeout(rconsSend, 1); } } -}; \ No newline at end of file +};