Skip to content

Commit 9c5f3fd

Browse files
tonyfettespeter-jerry-ye
authored andcommitted
fix: format
1 parent 7113849 commit 9c5f3fd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

json/internal_types.mbt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ priv struct ParseContext {
2121
}
2222

2323
///|
24-
fn ParseContext::make(input : StringView, max_nesting_depth : Int) -> ParseContext {
24+
fn ParseContext::make(
25+
input : StringView,
26+
max_nesting_depth : Int,
27+
) -> ParseContext {
2528
{
2629
offset: 0,
2730
input,

0 commit comments

Comments
 (0)