Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
cristaloleg committed Dec 11, 2024
1 parent 9fbbc76 commit 74a4e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/docgen/examples.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ var ExampleValues = map[reflect.Type]interface{}{
reflect.TypeOf(float64(42)): float64(42),
reflect.TypeOf(true): true,
reflect.TypeOf([]byte{}): []byte("byte array"),
reflect.TypeOf(time.Duration(0)): time.Duration(time.Second),
reflect.TypeOf(time.Duration(0)): time.Second,
reflect.TypeOf(node.Full): node.Full,
reflect.TypeOf(auth.Permission("admin")): auth.Permission("admin"),
reflect.TypeOf(byzantine.BadEncoding): byzantine.BadEncoding,
Expand Down

0 comments on commit 74a4e70

Please sign in to comment.