Run gofumpt

This commit is contained in:
9seconds
2022-03-19 14:12:14 +03:00
parent 4b1f823777
commit 8da55410de
12 changed files with 34 additions and 14 deletions
+2 -1
View File
@@ -39,7 +39,8 @@ func (s *statsPrometheus) ClientDisconnected(connectionType conntypes.Connection
func (s *statsPrometheus) changeConnections(connectionType conntypes.ConnectionType,
addr *net.TCPAddr,
increment float64) {
increment float64,
) {
labels := [...]string{
"intermediate",
"ipv4",