Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dklimpel committed May 23, 2024
1 parent 349843d commit 28a0dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/kernel_param.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type KernelParam interface {
}

type DefKernelParam struct {
key string
key string
}

func NewDefKernelParam(_ context.Context, key string, system *System, config util.Config) KernelParam {
Expand Down

0 comments on commit 28a0dbc

Please sign in to comment.