Formatting

This commit is contained in:
Lucas Rouckhout 2021-05-04 19:29:53 +02:00
parent 3487d45a26
commit e91174bed9
1 changed files with 2 additions and 2 deletions

View File

@ -85,6 +85,6 @@ func (ab *AtomicBool) UnmarshalJSON(b []byte) error {
return err
}
ab.SetTo(v)
return nil
ab.SetTo(v)
return nil
}