diff --git a/src/com/fsck/k9/helper/DateFormatter.java b/src/com/fsck/k9/helper/DateFormatter.java index 9023573a0..f964b2183 100644 --- a/src/com/fsck/k9/helper/DateFormatter.java +++ b/src/com/fsck/k9/helper/DateFormatter.java @@ -75,11 +75,10 @@ public class DateFormatter { return sChosenFormat; } - public static void clearChosenFormat() - { + public static void clearChosenFormat() { sChosenFormat = null; } - + public static DateFormat getDateFormat(Context context) { String formatString = getFormat(context); return getDateFormat(context, formatString);