From: Ian Jackson Date: Thu, 14 Apr 2022 00:20:10 +0000 (+0100) Subject: SpecError: Add a comma (for consistent coding style) X-Git-Tag: otter-1.1.0~599 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=50341f68f47cf34da9b4a0a49fcb6099912315b4;p=otter.git SpecError: Add a comma (for consistent coding style) Signed-off-by: Ian Jackson --- diff --git a/src/spec.rs b/src/spec.rs index 4e2e7db6..77f131ab 100644 --- a/src/spec.rs +++ b/src/spec.rs @@ -88,7 +88,7 @@ pub enum SpecError { exp: RawFaceId, got_why: Cow<'static, str>, exp_why: Cow<'static, str>, - } + }, } //---------- Bundle "otter.toml" file ----------