From 85e12596ffdcc16ecb817427aacdea45293bb6cb Mon Sep 17 00:00:00 2001 From: Shir Moran Date: Tue, 16 Jul 2024 14:14:53 +0300 Subject: [PATCH] linting changes --- types/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/types.go b/types/types.go index a6fce226..12d161a9 100644 --- a/types/types.go +++ b/types/types.go @@ -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 {