Minor formatting fixes related to htpasswd auth
Signed-off-by: Stephen J Day <stephen.day@docker.com>master
							parent
							
								
									e667be389a
								
							
						
					
					
						commit
						f6ee0f46af
					
				| 
						 | 
				
			
			@ -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++ {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue