Browse Source

kline: Gofmt -s

tags/v0.9.2-beta
Daniel Oaks 6 years ago
parent
commit
10949a434a
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      irc/kline.go

+ 0
- 1
irc/kline.go View File

@@ -101,7 +101,6 @@ func (km *KLineManager) CheckMasks(masks ...string) (isBanned bool, info *IPBanI
101 101
 		}
102 102
 	}()
103 103
 
104
-
105 104
 	km.RLock()
106 105
 	defer km.RUnlock()
107 106
 

Loading…
Cancel
Save