mirror of
https://github.com/pushbits/server.git
synced 2025-05-09 15:06:59 +02:00
Use gofumpt as code formatter
This commit is contained in:
parent
04e29f04d9
commit
0b8d22d293
12 changed files with 23 additions and 30 deletions
|
@ -13,8 +13,7 @@ import (
|
|||
)
|
||||
|
||||
// The NotificationDatabase interface for encapsulating database access.
|
||||
type NotificationDatabase interface {
|
||||
}
|
||||
type NotificationDatabase interface{}
|
||||
|
||||
// The NotificationDispatcher interface for relaying notifications.
|
||||
type NotificationDispatcher interface {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue