mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-17 00:33:02 -06:00
formatting
This commit is contained in:
parent
3f546e8b32
commit
d27791bc73
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ selectAccountsLoop:
|
||||||
if err != nil {
|
if err != nil {
|
||||||
if _, ok := err.(db.ErrNoEntries); ok {
|
if _, ok := err.(db.ErrNoEntries); ok {
|
||||||
// no accounts left for this instance so we're done
|
// no accounts left for this instance so we're done
|
||||||
l.Info("domainBlockProcessSideEffects: done iterating through accounts for domain %s", block.Domain)
|
l.Infof("domainBlockProcessSideEffects: done iterating through accounts for domain %s", block.Domain)
|
||||||
break selectAccountsLoop
|
break selectAccountsLoop
|
||||||
}
|
}
|
||||||
// an actual error has occurred
|
// an actual error has occurred
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue