Skip to content

Commit

Permalink
Merge pull request #474 from eed3si9n/wip/formatting
Browse files Browse the repository at this point in the history
Formatting
  • Loading branch information
dwijnand authored Jan 2, 2018
2 parents 6d90762 + 5293fd1 commit 515558c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ object Stamper {
}

val forHash = (toStamp: File) => tryStamp(Hash.ofFile(toStamp))
val forLastModified = (toStamp: File) => tryStamp(new LastModified(IO.getModifiedTimeOrZero(toStamp)))
val forLastModified = (toStamp: File) =>
tryStamp(new LastModified(IO.getModifiedTimeOrZero(toStamp)))
}

object Stamps {
Expand Down

0 comments on commit 515558c

Please sign in to comment.