From 9955784078ea947d414e67c677e27cbdcec23e62 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Fri, 15 Sep 2023 08:43:57 +0200 Subject: [PATCH] fix(plugin-annotations): Circle syntax in defs --- plugins/plugin-annotations/src/notches.mjs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/plugin-annotations/src/notches.mjs b/plugins/plugin-annotations/src/notches.mjs index fde208741e3..19f7b72e809 100644 --- a/plugins/plugin-annotations/src/notches.mjs +++ b/plugins/plugin-annotations/src/notches.mjs @@ -4,8 +4,8 @@ export const notchesDefs = [ name: 'notch', def: ` - - + + `, }, { @@ -13,7 +13,7 @@ export const notchesDefs = [ def: ` - + `, }, ]