Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Update scalafmt-core to 3.3.2 #463

Merged
merged 2 commits into from
Jan 20, 2022
Merged
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
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.3.1"
version = "3.3.2"
runner.dialect = scala213
style = defaultWithAlign
maxColumn = 120
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ trait IStats[TInt, TFloat] extends js.Object {
/** fs.Stats (Stat Time Values) - Objects returned from fs.stat(), fs.lstat() and fs.fstat() and their synchronous
* counterparts are of this type.
* @example
* {{{
* {{{
* Stats {
* dev: 2114,
* ino: 48064969,
Expand All @@ -105,7 +105,7 @@ trait IStats[TInt, TFloat] extends js.Object {
* ctime: Mon, 10 Oct 2011 23:24:11 GMT,
* birthtime: Mon, 10 Oct 2011 23:24:11 GMT
* }
* }}}
* }}}
* @since 0.1.21
*/
@js.native
Expand All @@ -115,7 +115,7 @@ trait Stats extends IStats[Int, Double]
* counterparts are of this type.
*
* @example
* {{{
* {{{
* BigIntStats {
* dev: 2114n,
* ino: 48064969n,
Expand All @@ -140,7 +140,7 @@ trait Stats extends IStats[Int, Double]
* ctime: Mon, 10 Oct 2011 23:24:11 GMT,
* birthtime: Mon, 10 Oct 2011 23:24:11 GMT
* }
* }}}
* }}}
* @since 0.1.21
*/
@js.native
Expand Down