mirror of
https://github.com/logos-messaging/sds-go-bindings.git
synced 2026-01-02 14:13:08 +00:00
style: cleanup and format
This commit is contained in:
parent
3bcf73b531
commit
e78f763079
@ -135,7 +135,6 @@ import (
|
||||
"strconv"
|
||||
"strings"
|
||||
"sync"
|
||||
"time"
|
||||
"unsafe"
|
||||
)
|
||||
|
||||
|
||||
@ -2,8 +2,8 @@ package sds
|
||||
|
||||
import (
|
||||
"encoding/json"
|
||||
"unsafe"
|
||||
"time"
|
||||
"unsafe"
|
||||
)
|
||||
|
||||
const requestTimeout = 30 * time.Second
|
||||
@ -120,4 +120,3 @@ func (rm *ReliabilityManager) parseMissingDepsEvent(eventStr string) {
|
||||
rm.callbacks.OnMissingDependencies(missingDepsEvent.MessageId, missingDepsEvent.MissingDeps, missingDepsEvent.ChannelId)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user