diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-01-14 16:47:29 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-01-14 16:47:29 +0100 |
| commit | cfcb36b159e3f65aff8cbdac6b537b40c22507c0 (patch) | |
| tree | 18e17b3cec5530b67ec596fe13b45423a867eb5f /src | |
| parent | 272a4c228976466e9fa6cc100ad89f93dc5cc371 (diff) | |
Move test files into category subfolders 🚚
Diffstat (limited to 'src')
| -rw-r--r-- | src/layout/spacing.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layout/spacing.rs b/src/layout/spacing.rs index f0024fab..1d6c7f9c 100644 --- a/src/layout/spacing.rs +++ b/src/layout/spacing.rs @@ -3,7 +3,7 @@ use std::fmt::{self, Debug, Formatter}; use super::*; use crate::eval::Softness; -/// A spacing node. +/// A spacing node. #[derive(Copy, Clone, PartialEq)] pub struct NodeSpacing { /// The amount of spacing to insert. |
