Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
Signed-off-by: rnarenpujari <rnarenpujari@gmail.com>
  • Loading branch information
rnarenpujari authored and eastaga committed Jan 31, 2024
1 parent 08319f7 commit 4d5af73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func (m *VmwareTanzuManageV1alpha1ClustergroupDataprotectionDataProtection) Mars
return swag.WriteJSON(m)
}

// UnmarshalBinary interface implementation
// UnmarshalBinary interface implementation.
func (m *VmwareTanzuManageV1alpha1ClustergroupDataprotectionDataProtection) UnmarshalBinary(b []byte) error {
var res VmwareTanzuManageV1alpha1ClustergroupDataprotectionDataProtection
if err := swag.ReadJSON(b, &res); err != nil {
Expand Down

0 comments on commit 4d5af73

Please sign in to comment.