Skip to content

Commit 18c8645

Browse files
committed
style: nit
1 parent 6e67dae commit 18c8645

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎pkg/server/config_test.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ modules = ["foo1", "foo2"]
4343
4444
[upstreams.u2]
4545
address = "127.0.0.1:1235"
46-
modules = ["foo1"]
46+
modules = ["foo1"]
4747
`
4848
err := s.ReadConfig(strings.NewReader(configContent), true)
4949
require.NoError(t, err, "load config")

0 commit comments

Comments
 (0)