Remove weird indentation

master
HimbeerserverDE 2021-03-06 20:34:24 +01:00
parent 6a57dc6489
commit 1521a3d253
No known key found for this signature in database
GPG Key ID: 1A651504791E6A8B
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ func main() {
}
select {
case <-clt.Disco():
case <-clt.Disco():
default:
ack, err := clt.Send(rudp.Pkt{Data: data})
if err != nil {