Skip to content

Commit 8b7676d

Browse files
committed
Format files
1 parent bf39521 commit 8b7676d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

runtime/Stdlib_Console.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
type dirOptions = {
2323
colors?: bool,
2424
depth?: Stdlib_Nullable.t<int>,
25-
showHidden?: bool
25+
showHidden?: bool,
2626
}
2727
@val external dir: ('a, ~options: dirOptions=?) => unit = "console.dir"
2828
@val external dirxml: 'a => unit = "console.dirxml"

runtime/Stdlib_Console.resi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ external debugMany: array<_> => unit = "console.debug"
247247
type dirOptions = {
248248
colors?: bool,
249249
depth?: Stdlib_Nullable.t<int>,
250-
showHidden?: bool
250+
showHidden?: bool,
251251
}
252252
/**
253253
`dir(object, options)` displays an interactive view of the object in the console.

0 commit comments

Comments
 (0)