fix(omaha): go fmt

This commit is contained in:
Brandon Philips 2013-09-03 16:20:46 -07:00
parent 05776eb33d
commit 5ad4a72076

View file

@ -80,8 +80,8 @@ type App struct {
Status string `xml:"status,attr,omitempty"` Status string `xml:"status,attr,omitempty"`
// update engine extensions // update engine extensions
Track string `xml:"track,attr,omitempty"` Track string `xml:"track,attr,omitempty"`
FromTrack string `xml:"from_track,attr,omitempty"` FromTrack string `xml:"from_track,attr,omitempty"`
// coreos update engine extensions // coreos update engine extensions
BootId string `xml:"bootid,attr,omitempty"` BootId string `xml:"bootid,attr,omitempty"`