Skip to content

Commit

Permalink
fixing a nit extra newline
Browse files Browse the repository at this point in the history
  • Loading branch information
tilogaat committed Jun 26, 2015
1 parent 1e2d0ee commit bacaa87
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -151,7 +151,6 @@ private DateTime extractAndUpdateDate(DateTime resultDateTime) {
if (date != null)
resultDateTime = resultDateTime.withDate(resultDateTime.getYear(), date.getMonthOfYear(), date.getDayOfMonth());


// Keep as much of original datetime as possible
String dayOfWeekFormat = "EEE";
date = tryParseDateTime(dayOfWeekFormat, stringToParse);
Expand Down

0 comments on commit bacaa87

Please sign in to comment.