Skip to content

Commit 50bfa60

Browse files
committed
indentation fix
Signed-off-by: Alok Kumar Singh <[email protected]>
1 parent 9cb3011 commit 50bfa60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

receiver/sqlqueryreceiver/integration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ func TestMysqlIntegrationMetrics(t *testing.T) {
673673
rCfg := cfg.(*Config)
674674
rCfg.Driver = MySQL.Driver
675675
rCfg.DataSource = MySQL.ConnectionString(ci.Host(t), nat.Port(ci.MappedPort(t, MySQL.Port)))
676-
rCfg.MaxOpenConn = 5
676+
rCfg.MaxOpenConn = 5
677677
rCfg.Queries = []sqlquery.Query{
678678
{
679679
SQL: "select genre, count(*), avg(imdb_rating) from movie group by genre order by genre desc",

0 commit comments

Comments
 (0)