mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-07 10:40:11 -05:00
Astyling recent change
This commit is contained in:
parent
f0a8d2edee
commit
807f85d38e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user