Skip to content

Commit

Permalink
Minor tidy up!
Browse files Browse the repository at this point in the history
Signed-off-by: Yogesh Deshpande <yogesh.deshpande@arm.com>
  • Loading branch information
yogeshbdeshpande committed Feb 11, 2025
1 parent 9954010 commit 001753a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion comid/measurement.go
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,6 @@ func (o Mval) Valid() error {
o.UUID == nil &&
o.IntegrityRegisters == nil &&
o.Extensions.IsEmpty() {
// Check for Value as well, need an API to add something
return fmt.Errorf("no measurement value set")
}

Expand Down

0 comments on commit 001753a

Please sign in to comment.