mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-18 22:43:01 -06:00
go fmt
This commit is contained in:
parent
7eb3134a91
commit
28c6ee84d1
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ func (t *timeline) RemoveAllBy(accountID string) (int, error) {
|
||||||
l := t.log.WithFields(logrus.Fields{
|
l := t.log.WithFields(logrus.Fields{
|
||||||
"func": "RemoveAllBy",
|
"func": "RemoveAllBy",
|
||||||
"accountTimeline": t.accountID,
|
"accountTimeline": t.accountID,
|
||||||
"accountID": accountID,
|
"accountID": accountID,
|
||||||
})
|
})
|
||||||
t.Lock()
|
t.Lock()
|
||||||
defer t.Unlock()
|
defer t.Unlock()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue