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

Commit 1feba91

Browse files
committed
Reformat with scalafmt 3.3.2
1 parent 1a9ff23 commit 1feba91

File tree

1 file changed

+4
-4
lines changed
  • app/nodejs-v16/src/main/scala/io/scalajs/nodejs/fs

1 file changed

+4
-4
lines changed

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)