Skip to content

Commit

Permalink
Put back missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
RawToast committed Mar 27, 2018
1 parent 6d9e486 commit 1b23c48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class ReadingHistoryService(mongoRepository: MongoRepository) {
upsert(emptyHistory)
}

private def updateDay(entry: NewEntry)(days: Seq[Day])= {
private def updateDay(entry: NewEntry)(days: Seq[Day]) = {
val currentDay = Day(LocalDate.now().atStartOfDay().toString, Seq.empty)

val updateDayWithEntry = addEntry(entry)
Expand Down

0 comments on commit 1b23c48

Please sign in to comment.