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/cmd/listshare.go b/tools/compliance/cmd/listshare.go index 5c58dc4..ae9382e 100644 --- a/tools/compliance/cmd/listshare.go +++ b/tools/compliance/cmd/listshare.go
@@ -41,7 +41,7 @@ var ( failNoneRequested = fmt.Errorf("\nNo license metadata files requested") - failNoLicenses = fmt.Errorf("No licenses found") + failNoLicenses = fmt.Errorf("No licenses found") ) func main() {