diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs index fbf019c49..50b32fd94 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -6,3 +6,6 @@ aa7db3a42121f78a5b3bed3658786c1cef83efe8 # Scala Steward: Reformat with scalafmt 3.10.2 21aab34980f574c9eaff8fbc492ab55620ea1fb6 + +# Scala Steward: Reformat with scalafmt 3.10.7 +7c2cbb57beee7a796825e023d68997d810f849f6 diff --git a/.scalafmt.conf b/.scalafmt.conf index def48a68b..4ef05b774 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.10.2" +version = "3.10.7" style = default maxColumn = 100 diff --git a/core/shared/src/main/scala/org/threeten/bp/Duration.scala b/core/shared/src/main/scala/org/threeten/bp/Duration.scala index e6dcb6d8f..7b35d5e94 100644 --- a/core/shared/src/main/scala/org/threeten/bp/Duration.scala +++ b/core/shared/src/main/scala/org/threeten/bp/Duration.scala @@ -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. *