Skip to content

Commit

Permalink
linting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shirmoran committed Jul 16, 2024
1 parent 7f5e0f7 commit 85e1259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ func (m ComMatrix) Contains(cd ComDetails) bool {
return false
}

// Returns True if both ComMatrixes have exactly the same ComMatrix details
// Returns True if both ComMatrixes have exactly the same ComMatrix details.
func (m ComMatrix) Equals(other ComMatrix) bool {
// Check if all of "m" commatrix details are in "other" commartix
for _, cd1 := range m.Matrix {
Expand Down

0 comments on commit 85e1259

Please sign in to comment.