mirror of
https://github.com/minio/minio.git
synced 2025-11-23 02:57:42 -05:00
cleanup ignored static analysis (#16767)
This commit is contained in:
@@ -104,8 +104,7 @@ func (lc *Lifecycle) UnmarshalXML(d *xml.Decoder, start xml.StartElement) (err e
|
||||
return err
|
||||
}
|
||||
|
||||
switch se := t.(type) {
|
||||
case xml.StartElement:
|
||||
if se, ok := t.(xml.StartElement); ok {
|
||||
switch se.Name.Local {
|
||||
case "Rule":
|
||||
var r Rule
|
||||
|
||||
Reference in New Issue
Block a user