diff lib/Test/Nginx/POP3.pm @ 539:3fcad5e66735

Tests: whitespace fixes in mail modules.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 01 Apr 2015 17:59:53 +0300
parents e6817a00ba00
children 481d705b8610
line wrap: on
line diff
--- a/lib/Test/Nginx/POP3.pm
+++ b/lib/Test/Nginx/POP3.pm
@@ -94,7 +94,7 @@ sub pop3_test_daemon {
 			} else {
 				print $client "-ERR unknown command" . CRLF;
 			}
-                }
+		}
 
 		close $client;
 	}