mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Some more style fixes
Signed-off-by: Alexandr Morozov <lk4d4math@gmail.com>
This commit is contained in:
parent
6eaac7d571
commit
114838cbda
6 changed files with 23 additions and 26 deletions
|
|
@ -18,8 +18,8 @@ import (
|
|||
func (s *TagStore) getImageList(localRepo map[string]string, requestedTag string) ([]string, map[string][]string, error) {
|
||||
var (
|
||||
imageList []string
|
||||
imagesSeen map[string]bool = make(map[string]bool)
|
||||
tagsByImage map[string][]string = make(map[string][]string)
|
||||
imagesSeen = make(map[string]bool)
|
||||
tagsByImage = make(map[string][]string)
|
||||
)
|
||||
|
||||
for tag, id := range localRepo {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue