Fix coding style.
This commit is contained in:
parent
4944b415c7
commit
fcbc476462
@ -429,9 +429,9 @@ export class Xapi extends EventEmitter {
|
||||
_init () {
|
||||
const {isSecure, hostname, port, path} = this._url
|
||||
|
||||
const client = (isSecure ?
|
||||
createSecureXmlRpcClient :
|
||||
createXmlRpcClient
|
||||
const client = (isSecure
|
||||
? createSecureXmlRpcClient
|
||||
: createXmlRpcClient
|
||||
)({
|
||||
hostname,
|
||||
port,
|
||||
|
Loading…
Reference in New Issue
Block a user