Remove empty line again

master
HimbeerserverDE 2022-05-15 10:30:32 +02:00
parent 43f3088124
commit 2c55a8e479
No known key found for this signature in database
GPG Key ID: A3D3E205DA0B0401
1 changed files with 0 additions and 1 deletions

View File

@ -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)