commit | 35f79c37aad8f5336da085a9a9c0f98b70892203 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Jan 27 15:18:52 2022 -0800 |
committer | Colin Cross <ccross@android.com> | Thu Jan 27 17:14:02 2022 -0800 |
tree | f74cf5e55afed4044ec817bbf9c26f2295738992 | |
parent | 2546febca762f6934200906ee4107f4d56dd96e5 [diff] [blame] |
Run gofmt on compliance Test: builds Change-Id: I404b138faac0db9a92201be6163b19d9e6bff810
diff --git a/tools/compliance/policy/shareprivacyconflicts_test.go b/tools/compliance/policy/shareprivacyconflicts_test.go index ad3f3f4..2d2a1d0 100644 --- a/tools/compliance/policy/shareprivacyconflicts_test.go +++ b/tools/compliance/policy/shareprivacyconflicts_test.go
@@ -24,7 +24,7 @@ type byConflict []SourceSharePrivacyConflict // Len returns the count of elements in the slice. -func (l byConflict) Len() int { return len(l) } +func (l byConflict) Len() int { return len(l) } // Swap rearranged 2 elements so that each occupies the other's former // position.