formatting

This commit is contained in:
Art O Cathain 2015-03-08 11:07:33 +00:00
parent 810d0cf6b4
commit d0cd7c368d
1 changed files with 3 additions and 3 deletions

View File

@ -20,9 +20,9 @@ public class ServerSettings {
public enum Type {
IMAP(143, 993),
SMTP(587,465),
WebDAV(80,443),
POP3(110,995);
SMTP(587, 465),
WebDAV(80, 443),
POP3(110, 995);
public final int defaultPort;