fix linter

This commit is contained in:
Alfonso de la Rocha 2022-10-14 11:23:05 +02:00
parent ef2200c28e
commit 5c2949b59d
No known key found for this signature in database
GPG Key ID: 97DE48FDFC756FBD

View File

@ -1,8 +1,9 @@
package node package node
import ( import (
"go.uber.org/fx"
"reflect" "reflect"
"go.uber.org/fx"
) )
// Option is a functional option which can be used with the New function to // Option is a functional option which can be used with the New function to