Skip to content

Commit ecf44d4

Browse files
committed
tech(): go fmt code
1 parent 090db94 commit ecf44d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/login/ldap_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ func (c *mockLdapConn) Search(*ldap.SearchRequest) (*ldap.SearchResult, error) {
290290
}
291291

292292
func (c *mockLdapConn) StartTLS(*tls.Config) error {
293-
return nil
293+
return nil
294294
}
295295

296296
func ldapAutherScenario(desc string, fn scenarioFunc) {

pkg/metrics/metrics.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ var (
5252

5353
// Timers
5454
M_DataSource_ProxyReq_Timer Timer
55-
M_Alerting_Execution_Time Timer
55+
M_Alerting_Execution_Time Timer
5656

5757
// StatTotals
5858
M_Alerting_Active_Alerts Gauge

0 commit comments

Comments
 (0)