Skip to content

Commit 0c3ae68

Browse files
Removed extra line
1 parent 647553e commit 0c3ae68

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

modules/pubmatic/openwrap/metrics/stats/constants.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,6 @@ const (
215215
// This is to declare the array of stats, add new stats above this
216216
maxNumOfStats
217217
// NOTE - DON'T ADD NEW STATS KEY BELOW THIS. NEW STATS SHOULD BE ADDED ABOVE maxNumOfStats
218-
219218
)
220219

221220
// constant to defines status-code used while sending stats to server

modules/pubmatic/openwrap/metrics/stats/init.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,5 +262,4 @@ func initStatKeys(defaultServerName, actualServerName string) {
262262

263263
statKeys[statsPartnerTimeoutInPBS] = "hb:pbs:pto:%s:%s:%s:" + defaultServerName
264264
//hb:pbs:pto:<pub>:<profile>:<aliasbidder>:<dc:node:pod> - count timeout by aliasbidder per publisher profile
265-
266265
}

0 commit comments

Comments
 (0)