fix: add missing bracket (#8969)

This commit is contained in:
statxc
2026-03-11 04:42:46 +02:00
committed by GitHub
parent a7fed2ce67
commit dc9217347e

View File

@@ -3447,4 +3447,5 @@ fn test_shared_strings_pool_deduplication() {
assert_eq!(m.enemy().unwrap().name(), "goblin");
}
} // mod flatbuffers_tests
}