Skip to content

Commit

Permalink
chore(xo-web): format with Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-f committed Sep 30, 2024
1 parent e5b833d commit 748ed07
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/xo-web/src/common/xo/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,6 @@ subscribeXostorInterfaces.forceRefresh = sr => {
subscription?.forceRefresh()
}


const subscribeHostsIpmiSensors = {}
export const subscribeIpmiSensors = host => {
const _isAdmin = isAdmin(store.getState())
Expand Down Expand Up @@ -1373,7 +1372,7 @@ export const installCertificateOnHost = (id, props) => _call('host.installCertif

export const setControlDomainMemory = (id, memory) => _call('host.setControlDomainMemory', { id, memory })

export const isPubKeyTooShort = (id) => _call('host.isPubKeyTooShort', { id })
export const isPubKeyTooShort = id => _call('host.isPubKeyTooShort', { id })

// for XCP-ng now
export const installAllPatchesOnHost = ({ host }) =>
Expand Down

0 comments on commit 748ed07

Please sign in to comment.