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
@@ -1,2 +1,5 @@
# Scala Steward: Reformat with scalafmt 3.7.3
8c629287bf6379612d07c274a5cbc00f08651057

# Scala Steward: Reformat with scalafmt 3.7.12
2ced20ca6e1b8e90bdb0905c42260815cd360db1
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = "3.7.3"
version = "3.7.12"
runner.dialect = scala213source3
5 changes: 2 additions & 3 deletions saddle-time/src/main/scala/org/saddle/time/RRule.scala
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,8 @@ import com.google.ical.compat.jodatime.DateTimeIteratorFactory
* Please note:
*
* Some of the javadoc descriptions of RFC2445 fields are courtesy of python
* dateutil 2.1:
* -- http://labix.org/python-dateutil
* -- https://pypi.python.org/pypi/python-dateutil
* dateutil 2.1: -- http://labix.org/python-dateutil --
* https://pypi.python.org/pypi/python-dateutil
*/
case class RRule private[saddle] (
freq: Frequency,
Expand Down