Run gofumpt

This commit is contained in:
9seconds
2022-03-19 14:12:14 +03:00
parent 4b1f823777
commit 8da55410de
12 changed files with 34 additions and 14 deletions
+2 -1
View File
@@ -63,7 +63,8 @@ func (m *middleTelegram) backgroundUpdate() {
}
func (m *middleTelegram) Dial(dc conntypes.DC,
protocol conntypes.ConnectionProtocol) (conntypes.StreamReadWriteCloser, error) {
protocol conntypes.ConnectionProtocol,
) (conntypes.StreamReadWriteCloser, error) {
if dc == 0 {
dc = conntypes.DCDefaultIdx
}