Skip to content

Commit

Permalink
style: apply go fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Vlad Klokun <[email protected]>
  • Loading branch information
vladklokun committed Nov 28, 2023
1 parent 087f74a commit 4d83b5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkg/apis/softwarecomposition/v1beta1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -532,10 +532,10 @@ type SBOMSyftSpec struct {

// SBOMSyft is a custom resource that describes an SBOM in the Syft format.
type SBOMSyft struct {
metav1.TypeMeta `json:",inline"`
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

Spec SBOMSyftSpec `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"`
Spec SBOMSyftSpec `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"`
Status SBOMSyftStatus `json:"status,omitempty" protobuf:"bytes,3,opt,name=status"`
}

Expand Down
2 changes: 1 addition & 1 deletion pkg/apiserver/apiserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ import (
"github.com/kubescape/storage/pkg/registry/softwarecomposition/generatednetworkpolicy"
"github.com/kubescape/storage/pkg/registry/softwarecomposition/networkneighbors"
"github.com/kubescape/storage/pkg/registry/softwarecomposition/openvulnerabilityexchange"
"github.com/kubescape/storage/pkg/registry/softwarecomposition/sbomsyfts"
"github.com/kubescape/storage/pkg/registry/softwarecomposition/sbomsyftfiltereds"
"github.com/kubescape/storage/pkg/registry/softwarecomposition/sbomsyfts"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/runtime"
"k8s.io/apimachinery/pkg/runtime/schema"
Expand Down

0 comments on commit 4d83b5d

Please sign in to comment.