Skip to content

Commit

Permalink
Format docgen code
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf committed Nov 19, 2024
1 parent 8e12704 commit 1123cc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runtime/RescriptTools_Docgen.res
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ type signatureDetais = {
type detail =
| @as("record") Record({items: array<field>})
| @as("variant") Variant({items: array<constructor>})
| @as("alias") Signature({details:signatureDetais})
| @as("alias") Signature({details: signatureDetais})

type source = {
filepath: string,
Expand Down
2 changes: 1 addition & 1 deletion runtime/RescriptTools_Docgen.resi
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ type signatureDetais = {
type detail =
| @as("record") Record({items: array<field>})
| @as("variant") Variant({items: array<constructor>})
| @as("signature") Signature({details:signatureDetais})
| @as("signature") Signature({details: signatureDetais})

type source = {
filepath: string,
Expand Down

0 comments on commit 1123cc8

Please sign in to comment.