From 691b7963e3fbb204d32568199a6c7c3c25890c9c Mon Sep 17 00:00:00 2001 From: Chris Cromer Date: Wed, 8 Feb 2023 09:39:10 -0300 Subject: [PATCH] fix style --- meson_options.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index a7ab105..4dff45a 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,4 +1,5 @@ option('docs', type: 'boolean', value: true, - description: 'Build documentation for obelisk') + description: 'Build documentation for obelisk' +)