Skip to content

Commit

Permalink
adds missing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhipfel committed Oct 16, 2024
1 parent 0621d37 commit 6d0d8bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bmc/bmc.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ type Storage struct {
// Vendor specifies the vendor of the storage device.
Vendor string `json:"vendor,omitempty"`
// Model specifies the model of the storage device.
Model string `json:"model,omitempty"`
Model string `json:"model,omitempty"`
// State specifies the state of the storage device.
State common.State `json:"state,omitempty"`
}

Expand Down

0 comments on commit 6d0d8bf

Please sign in to comment.