1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Astyling recent change

This commit is contained in:
danapple 2011-02-27 11:10:32 -06:00
parent f0a8d2edee
commit 807f85d38e

View File

@ -75,8 +75,7 @@ public class DateFormatter {
return sChosenFormat;
}
public static void clearChosenFormat()
{
public static void clearChosenFormat() {
sChosenFormat = null;
}