minor changes to make linter happy#2

This commit is contained in:
Jakub Vavřík
2021-01-28 18:52:52 +01:00
parent a3dd604264
commit f65b69bd9c
3 changed files with 8 additions and 8 deletions

View File

@@ -13,9 +13,9 @@ import (
)
var (
//codec used to encode
// Codec used to encode
Codec runtime.Codec
//scheme to register
// Scheme to register
Scheme *runtime.Scheme
)