Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2060)

Unified Diff: juju/arch/arch.go

Issue 81570045: cleanup: fixing go vet warnings
Patch Set: cleanup: fixing go vet warnings Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « environs/tools/validation.go ('k') | provider/azure/instance.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: juju/arch/arch.go
=== modified file 'juju/arch/arch.go'
--- juju/arch/arch.go 2014-03-18 23:44:18 +0000
+++ juju/arch/arch.go 2014-03-28 11:17:33 +0000
@@ -56,7 +56,6 @@
for _, re := range archREs {
if re.Match([]byte(rawArch)) {
return re.arch
- break
}
}
return rawArch
« no previous file with comments | « environs/tools/validation.go ('k') | provider/azure/instance.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b