Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
Signed-off-by: moadqassem <moad.qassem@gmail.com>
  • Loading branch information
moadqassem committed Jul 25, 2024
1 parent 549cdca commit 4b80b0f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ func (d *driver) GetServer(ctx context.Context) (plugins.Server, error) {
return &server, nil
}

func (d *driver) ProvisionServer(ctx context.Context, log *zap.SugaredLogger, meta metav1.ObjectMeta, _ runtime.RawExtension, userdata string) (plugins.Server, error) {
func (d *driver) ProvisionServer(ctx context.Context, _ *zap.SugaredLogger, meta metav1.ObjectMeta, _ runtime.RawExtension, userdata string) (plugins.Server, error) {
// Get the hardware object from tinkerbell
hardware, err := d.HardwareClient.GetHardware(ctx, d.HardwareRef)
if err != nil {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ const (
Decommissioned string = "Decommissioned"
)

const ()

// TinkerbellPluginSpec defines the required information for the Tinkerbell plugin.
type TinkerbellPluginSpec struct {

Expand Down

0 comments on commit 4b80b0f

Please sign in to comment.