Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Dec 22, 2017
1 parent e6b5420 commit 5293fd1
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 5293fd1

Please sign in to comment.