Skip to content

Commit 2745aec

Browse files
committed
formatting;
1 parent 5c3c718 commit 2745aec

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Readline.re

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ module Interface = {
5252
[@bs.get] [@bs.return nullable]
5353
external cursor: t => option(int) = "cursor";
5454
[@bs.send]
55-
external clearLine:
56-
(t, Stream.Writable.subtype(Buffer.t, 'ty), int) => bool =
55+
external clearLine: (t, Stream.Writable.subtype(Buffer.t, 'ty), int) => bool =
5756
"clearLine";
5857
[@bs.send]
5958
external clearScreenDown:
@@ -81,4 +80,4 @@ module Interface = {
8180
) =>
8281
bool =
8382
"moveCursor";
84-
};
83+
};

0 commit comments

Comments
 (0)