Skip to content

Commit 04278f0

Browse files
committed
Fmt.
1 parent 9f25232 commit 04278f0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

crates/processing_pyo3/src/math.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ pub(crate) fn extract_vec4(args: &Bound<'_, PyTuple>) -> PyResult<Vec4> {
8686
Ok(args.extract::<Vec4Arg>()?.into_vec4())
8787
}
8888

89-
9089
// Implements a PyVecN class with the given name, fields, and underlying glam type,
9190
// including arithmetic operations, indexing, iteration, and common vector methods, etc.
9291
// The `extra` block can be used to add additional methods specific to certain vector types

0 commit comments

Comments
 (0)