Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
marstaik committed Jun 27, 2024
1 parent 5465423 commit 8baf835
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion gltf-json/src/texture.rs
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,12 @@ impl Validate for Texture {
self.extensions
.validate(root, || path().field("extensions"), report);

source_validate(&self.primary_source(), root, || path().field("source"), report);
source_validate(
&self.primary_source(),
root,
|| path().field("source"),
report,
);
}
}

Expand Down

0 comments on commit 8baf835

Please sign in to comment.