mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-02 00:23:56 +00:00
fix: add missing bracket (#8969)
This commit is contained in:
@@ -3447,4 +3447,5 @@ fn test_shared_strings_pool_deduplication() {
|
|||||||
assert_eq!(m.enemy().unwrap().name(), "goblin");
|
assert_eq!(m.enemy().unwrap().name(), "goblin");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
} // mod flatbuffers_tests
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user