Fix formatting by removing extra brace

Removed unnecessary closing brace in switch case.
This commit is contained in:
Akash Levy 2026-05-27 02:57:52 -07:00 committed by GitHub
parent a3613866bf
commit 7e64b6855b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -214,7 +214,6 @@ 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;