Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
joelrebel committed Dec 18, 2023
1 parent e89342b commit caf03df
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions serverservice/methods.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ func ConvertComponents(cs []ss.ServerComponent) []*rt.Component {
case FirmwareVersionInbandNS, FirmwareVersionOutofbandNS:
fw := &FirmwareVersionedAttribute{}
if err := UnpackVersionedAttribute(&vattr, fw); err == nil {

component.Firmware = fw.Firmware
}

Expand All @@ -65,7 +64,6 @@ func ConvertComponents(cs []ss.ServerComponent) []*rt.Component {
component.Status = st.Status
}
}

}

for _, attr := range c.Attributes {
Expand Down

0 comments on commit caf03df

Please sign in to comment.