Skip to content

Commit

Permalink
refactor: remove unnessary next line
Browse files Browse the repository at this point in the history
  • Loading branch information
siyul-park committed Nov 21, 2023
1 parent 52964c3 commit d80c7b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/scheme/unstructured.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ func (u *Unstructured) GetNamespace() string {
var val string
_ = u.Get(KeyNamespace, &val)
return val

}

// SetNamespace sets the Namespace of the Unstructured.
Expand Down

0 comments on commit d80c7b6

Please sign in to comment.