Explicitly specify type of DomainState constants

This commit is contained in:
Katrina Ellison Geltman 2017-10-23 17:23:17 -04:00
parent a339d0ac95
commit 85330a67c6

View File

@ -360,7 +360,7 @@ type DomainState uint32
const ( const (
// DomainStateNoState No state // DomainStateNoState No state
DomainStateNoState = iota DomainStateNoState DomainState = iota
// DomainStateRunning The domain is running // DomainStateRunning The domain is running
DomainStateRunning DomainStateRunning
// DomainStateBlocked The domain is blocked on resource // DomainStateBlocked The domain is blocked on resource