Skip to content

Commit

Permalink
Run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Nov 18, 2024
1 parent e3a97dd commit ea1ff9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/ReactDOMServer.rei
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@ external renderToString: React.element => string = "renderToString";
[@mel.module "react-dom/server"]
external renderToStaticMarkup: React.element => string =
"renderToStaticMarkup";


3 changes: 2 additions & 1 deletion test/jest/Expect.re
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ external toBeGreaterThanOrEqual: (t('a), 'a) => unit =
"toBeGreaterThanOrEqual";
[@mel.send]
external toBeLessThanOrEqual: (t('a), 'a) => unit = "toBeLessThanOrEqual";
[@mel.send] external toHaveLength: (t(array('a)), 'a) => unit = "toHaveLength";
[@mel.send]
external toHaveLength: (t(array('a)), 'a) => unit = "toHaveLength";

[@mel.get]
external rejects: t(Js.Promise.t('a)) => t(unit => 'a) = "rejects";
Expand Down

0 comments on commit ea1ff9a

Please sign in to comment.