Minor formatting fixes related to htpasswd auth

Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
Stephen J Day
2015-06-11 17:06:35 -07:00
parent 01f730ad71
commit d9d55bcbab
2 changed files with 9 additions and 9 deletions

View File

@@ -85,8 +85,8 @@ func TestBasicAccessController(t *testing.T) {
}
nonbcrypt := map[string]struct{}{
"bilbo": struct{}{},
"DeokMan": struct{}{},
"bilbo": {},
"DeokMan": {},
}
for i := 0; i < len(testUsers); i++ {