From 7250c27c538ca695f553ed065c1a4963a034dd19 Mon Sep 17 00:00:00 2001 From: Florian Spreckelsen <f.spreckelsen@indiscale.com> Date: Wed, 16 Oct 2024 17:58:30 +0200 Subject: [PATCH] STY: whitespaces --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93580c3e..2c93f614 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,10 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - XMLTextNodeConverter for converting text nodes created by XMLTagConverter - XMLAttributeNodeConverter for converting attribute nodes created by XMLTagConverter -- Units for properties. They can be specified by giving the property as a dict in the form +- Units for properties. They can be specified by giving the property as a dict in the form ```yaml MyRecord: - my_prop: + my_prop: value: 5 unit: m ``` -- GitLab