Skip to content

Commit 64d6594

Browse files
committed
Fix more bugs
1 parent f4c49ba commit 64d6594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/shacl/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ pub struct ValidationReport {
3535
pub validation_performance: Vec<Performance>,
3636
pub targets_performance: Vec<Performance>,
3737
pub shape_targets: Vec<ShapeTargets>,
38-
pub cats: Arc<Cats>,
38+
pub cats: Option<Arc<Cats>>,
3939
}
4040

4141
impl ValidationReport {

0 commit comments

Comments
 (0)