From 2c55a8e47911cced349a3674a01bb832e5a9ffb7 Mon Sep 17 00:00:00 2001 From: HimbeerserverDE Date: Sun, 15 May 2022 10:30:32 +0200 Subject: [PATCH] Remove empty line again --- activeobject.go | 1 - 1 file changed, 1 deletion(-) diff --git a/activeobject.go b/activeobject.go index 28b84d8..48141ce 100644 --- a/activeobject.go +++ b/activeobject.go @@ -13,7 +13,6 @@ func (sc *ServerConn) swapAOID(ao *mt.AOID) { } func (sc *ServerConn) handleAOMsg(aoMsg mt.AOMsg) { - switch msg := aoMsg.(type) { case *mt.AOCmdAttach: sc.swapAOID(&msg.Attach.ParentID)