Fix coding style.

This commit is contained in:
Julien Fontanet 2015-10-23 16:53:05 +02:00
parent 4944b415c7
commit fcbc476462

View File

@ -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,