MailProcessor: Format with google-java-format

Change-Id: I9f8c28aa33d9f95493e6b52ffc5a5048af872913
This commit is contained in:
David Pursehouse
2017-02-27 22:18:30 +09:00
parent 5d23e2c6b9
commit 8d30fa20dd

View File

@@ -189,8 +189,7 @@ public class MailProcessor {
}
if (parsedComments.isEmpty()) {
log.warn(
"Could not parse any comments from " + message.id() + ". Will delete message.");
log.warn("Could not parse any comments from " + message.id() + ". Will delete message.");
return;
}