Commit ecf44d4d by bergquist

tech(): go fmt code

parent 090db940
...@@ -290,7 +290,7 @@ func (c *mockLdapConn) Search(*ldap.SearchRequest) (*ldap.SearchResult, error) { ...@@ -290,7 +290,7 @@ func (c *mockLdapConn) Search(*ldap.SearchRequest) (*ldap.SearchResult, error) {
} }
func (c *mockLdapConn) StartTLS(*tls.Config) error { func (c *mockLdapConn) StartTLS(*tls.Config) error {
return nil return nil
} }
func ldapAutherScenario(desc string, fn scenarioFunc) { func ldapAutherScenario(desc string, fn scenarioFunc) {
......
...@@ -52,7 +52,7 @@ var ( ...@@ -52,7 +52,7 @@ var (
// Timers // Timers
M_DataSource_ProxyReq_Timer Timer M_DataSource_ProxyReq_Timer Timer
M_Alerting_Execution_Time Timer M_Alerting_Execution_Time Timer
// StatTotals // StatTotals
M_Alerting_Active_Alerts Gauge M_Alerting_Active_Alerts Gauge
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment