Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ aa7db3a42121f78a5b3bed3658786c1cef83efe8

# Scala Steward: Reformat with scalafmt 3.10.2
21aab34980f574c9eaff8fbc492ab55620ea1fb6

# Scala Steward: Reformat with scalafmt 3.10.5
621dd1b2dbbecd2c1ca8292219e015941dac7cae
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.10.2"
version = "3.10.5"
style = default

maxColumn = 100
Expand Down
3 changes: 1 addition & 2 deletions core/shared/src/main/scala/org/threeten/bp/Duration.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1138,8 +1138,7 @@ final class Duration private (private val seconds: Long, private val nanos: Int)
/**
* Gets the number of minutes in this duration.
*
* This returns the total number of minutes in the duration by dividing the number of seconds by
* 60.
* This returns the total number of minutes in the duration by dividing the number of seconds by 60.
*
* This instance is immutable and unaffected by this method call.
*
Expand Down