mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-09-01 00:04:02 +03:00
Run gofumpt
This commit is contained in:
+2
-1
@@ -29,7 +29,8 @@ type directTelegram struct {
|
||||
}
|
||||
|
||||
func (d *directTelegram) Dial(dc conntypes.DC,
|
||||
protocol conntypes.ConnectionProtocol) (conntypes.StreamReadWriteCloser, error) {
|
||||
protocol conntypes.ConnectionProtocol,
|
||||
) (conntypes.StreamReadWriteCloser, error) {
|
||||
switch {
|
||||
case dc < 0:
|
||||
dc = -dc
|
||||
|
||||
Reference in New Issue
Block a user