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

Commit dd9d6fd

Browse files
authored
Merge pull request #463 from scala-steward/update/scalafmt-core-3.3.2
Update scalafmt-core to 3.3.2
2 parents b2e755f + 65a5c54 commit dd9d6fd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "3.3.1"
1+
version = "3.3.2"
22
runner.dialect = scala213
33
style = defaultWithAlign
44
maxColumn = 120

app/nodejs-v16/src/main/scala/io/scalajs/nodejs/fs/Stats.scala

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ trait IStats[TInt, TFloat] extends js.Object {
8484
/** fs.Stats (Stat Time Values) - Objects returned from fs.stat(), fs.lstat() and fs.fstat() and their synchronous
8585
* counterparts are of this type.
8686
* @example
87-
* {{{
87+
* {{{
8888
* Stats {
8989
* dev: 2114,
9090
* ino: 48064969,
@@ -105,7 +105,7 @@ trait IStats[TInt, TFloat] extends js.Object {
105105
* ctime: Mon, 10 Oct 2011 23:24:11 GMT,
106106
* birthtime: Mon, 10 Oct 2011 23:24:11 GMT
107107
* }
108-
* }}}
108+
* }}}
109109
* @since 0.1.21
110110
*/
111111
@js.native
@@ -115,7 +115,7 @@ trait Stats extends IStats[Int, Double]
115115
* counterparts are of this type.
116116
*
117117
* @example
118-
* {{{
118+
* {{{
119119
* BigIntStats {
120120
* dev: 2114n,
121121
* ino: 48064969n,
@@ -140,7 +140,7 @@ trait Stats extends IStats[Int, Double]
140140
* ctime: Mon, 10 Oct 2011 23:24:11 GMT,
141141
* birthtime: Mon, 10 Oct 2011 23:24:11 GMT
142142
* }
143-
* }}}
143+
* }}}
144144
* @since 0.1.21
145145
*/
146146
@js.native

0 commit comments

Comments
 (0)