Revert "Fix formatting by removing extra brace"

This reverts commit 7e64b6855b.
This commit is contained in:
Akash Levy 2026-05-27 03:55:10 -07:00
parent 7b68f5d532
commit f2dacbfa3f
1 changed files with 1 additions and 0 deletions

View File

@ -214,6 +214,7 @@ void FstData::extractVarNames()
fst_scope_name = fstReaderPushScope(ctx, h->u.scope.name, NULL);
break;
}
}
case FST_HT_VAR: {
FstVar var;
var.id = h->u.var.handle;