Skip to content

Commit 63496e3

Browse files
committed
chore: fix indention
1 parent dd1d52e commit 63496e3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

otgorm/doc.go

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ type to the dependency graph.
2828
2929
For example, if we want to use postgres:
3030
31-
var c *core.C = core.New()
32-
c.Provide(otgorm.Providers())
31+
var c *core.C = core.New()
32+
c.Provide(otgorm.Providers())
3333
c.Provide(di.Deps{func() otgorm.Drivers {
34-
return otgorm.Drivers{
35-
"mysql": mysql.Open,
36-
"sqlite": sqlite.Open,
37-
"clickhouse": clickhouse.Open,
38-
"postgres": postgres.Open,
39-
}
34+
return otgorm.Drivers{
35+
"mysql": mysql.Open,
36+
"sqlite": sqlite.Open,
37+
"clickhouse": clickhouse.Open,
38+
"postgres": postgres.Open,
39+
}
4040
}}
4141
4242
Sometimes there are valid reasons to connect to more than one mysql server.

0 commit comments

Comments
 (0)