gofmt -w .

Test: m checkbuild
Change-Id: Ia4aec5ddadf1f1b00f7c567522ca89fd839504f0
This commit is contained in:
Colin Cross 2018-08-29 15:36:33 -07:00
parent 33d92aa2b0
commit 86bc9d4622
2 changed files with 2 additions and 2 deletions

View File

@ -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
}

View File

@ -1098,7 +1098,7 @@ func (d *Droiddoc) transformCheckApi(ctx android.ModuleContext, apiFile, removed
"apiFileToCheck": d.apiFile.String(),
"removedApiFile": removedApiFile.String(),
"removedApiFileToCheck": d.removedApiFile.String(),
"msg": msg,
"msg": msg,
},
})
}