fix(omaha): go fmt
This commit is contained in:
parent
05776eb33d
commit
5ad4a72076
1 changed files with 2 additions and 2 deletions
|
@ -80,8 +80,8 @@ type App struct {
|
|||
Status string `xml:"status,attr,omitempty"`
|
||||
|
||||
// update engine extensions
|
||||
Track string `xml:"track,attr,omitempty"`
|
||||
FromTrack string `xml:"from_track,attr,omitempty"`
|
||||
Track string `xml:"track,attr,omitempty"`
|
||||
FromTrack string `xml:"from_track,attr,omitempty"`
|
||||
|
||||
// coreos update engine extensions
|
||||
BootId string `xml:"bootid,attr,omitempty"`
|
||||
|
|
Loading…
Add table
Reference in a new issue