From cfcb36b159e3f65aff8cbdac6b537b40c22507c0 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Thu, 14 Jan 2021 16:47:29 +0100 Subject: =?UTF-8?q?Move=20test=20files=20into=20category=20subfolders=20?= =?UTF-8?q?=F0=9F=9A=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/spacing.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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. -- cgit v1.2.3