gofmt -w .
Test: m checkbuild Change-Id: Ia4aec5ddadf1f1b00f7c567522ca89fd839504f0
This commit is contained in:
@@ -107,7 +107,7 @@ var excludes = make(Exclude)
|
||||
type HostModuleNames map[string]bool
|
||||
|
||||
func (n HostModuleNames) IsHostModule(groupId string, artifactId string) bool {
|
||||
_, found := n[groupId + ":" + artifactId]
|
||||
_, found := n[groupId+":"+artifactId]
|
||||
return found
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user