Fix CS
This commit is contained in:
parent
1d9ae72c81
commit
02cbb5f812
23 changed files with 11 additions and 75 deletions
|
|
@ -99,7 +99,6 @@ func (d *durationField) UnmarshalYAML(node *yaml.Node) error {
|
|||
}
|
||||
|
||||
duration, err := strconv.Atoi(matches[1])
|
||||
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue