fix(vm): fix indent
This commit is contained in:
parent
fc6cc4234d
commit
b2611728a1
@ -418,7 +418,7 @@ set = $coroutine (params) ->
|
||||
yield xapi.call 'VM.set_memory_static_max', ref, "#{memoryMax}"
|
||||
if 'memoryStaticMax' of params
|
||||
memoryStaticMax = parseSize(params.memoryStaticMax)
|
||||
yield xapi.call 'VM.set_memory_static_max', memoryMax
|
||||
yield xapi.call 'VM.set_memory_static_max', memoryMax
|
||||
|
||||
|
||||
# Memory.
|
||||
|
Loading…
Reference in New Issue
Block a user