Skip to content

Commit e1abce6

Browse files
committed
fix formatting
Signed-off-by: Roman Dmytrenko <rdmytrenko@gmail.com>
1 parent a074d81 commit e1abce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openfeature/testing/testprovider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func (tp TestProvider) UsingFlags(test TestFramework, flags map[string]memprovid
4848
tp.providers.Store(test.Name(), memprovider.NewInMemoryProvider(flags))
4949
ctx := context.Background()
5050

51-
// allow to pass the context without breaking changes
51+
// allow to pass the context without breaking changes
5252
if t, ok := test.(testFrameworkWithContext); ok {
5353
if tctx := t.Context(); tctx != nil {
5454
ctx = tctx

0 commit comments

Comments
 (0)