Skip to content

Commit f41f9b7

Browse files
committed
lint fix
Signed-off-by: Angelo De Caro <adc@zurich.ibm.com>
1 parent ffd6721 commit f41f9b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/view/services/view/manager_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ func (a DummyView) Call(context view.Context) (interface{}, error) {
5151
return nil, nil
5252
}
5353

54-
type ContextKey = string
54+
type ContextKey string
5555

5656
type DummyViewContextCheck struct{}
5757

0 commit comments

Comments
 (0)