We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a98a49 commit 79a513aCopy full SHA for 79a513a
1 file changed
src/jsonld/export.rs
@@ -186,7 +186,8 @@ fn build_detailed_term_def(
186
) -> TermDef {
187
// Determine type using the first dtype, falling back to parent_object if needed
188
let object_type = attr
189
- .dtypes.first()
+ .dtypes
190
+ .first()
191
.and_then(|dtype| find_sub_object(graph, dtype))
192
.map(|_idx| "@id".to_string());
193
0 commit comments