Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
Signed-off-by: Itxaka <[email protected]>
  • Loading branch information
Itxaka committed Apr 17, 2024
1 parent 71c3bd4 commit d36d504
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions state/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ type PartitionState struct {
}

type Kairos struct {
Flavor string `yaml:"flavor" json:"flavor"`
Version string `yaml:"version" json:"version"`
Init string `yaml:"init" json:"init"`
SecureBoot bool `yaml:"secureboot" json:"secureboot"`
EfiCerts types.EfiCerts `yaml:"eficerts,omitempty" json:"eficerts,omitempty"`
Flavor string `yaml:"flavor" json:"flavor"`
Version string `yaml:"version" json:"version"`
Init string `yaml:"init" json:"init"`
SecureBoot bool `yaml:"secureboot" json:"secureboot"`
EfiCerts types.EfiCerts `yaml:"eficerts,omitempty" json:"eficerts,omitempty"`
}

type Runtime struct {
Expand Down

0 comments on commit d36d504

Please sign in to comment.