aboutsummaryrefslogtreecommitdiff
path: root/parse.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-02-11 23:11:47 -0500
committerBruce Hill <bruce@bruce-hill.com>2024-02-11 23:11:47 -0500
commit8631776f2f45f594e828036415accd56c0bc1f1f (patch)
tree745f5834632a9a05caa3531e82e4372055a78d73 /parse.c
parentddd9f6e5d542fca3186558e4d6603c4b05967121 (diff)
Tweak doctest formatting
Diffstat (limited to 'parse.c')
-rw-r--r--parse.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/parse.c b/parse.c
index 37c33eb4..9f70a99f 100644
--- a/parse.c
+++ b/parse.c
@@ -1188,7 +1188,6 @@ static ast_t *parse_infix_expr(parse_ctx_t *ctx, const char *pos, int min_tightn
}
if (key->tag == Var) key = NULL;
else pos = key->end;
-
}
spaces(&pos);