Small whitespace change.

This commit is contained in:
Bill Thiede 2021-07-05 16:26:21 -07:00
parent 762cd45f63
commit 656f1c3a94

View File

@ -1,4 +1,5 @@
use std::ops::{Add, Div, Mul, Neg, Sub};
#[derive(Debug, PartialEq, Copy, Clone)]
pub struct Tuple {
pub x: f32,