diff options
author | Robert Scheck <robert-scheck@users.noreply.github.com> | 2024-01-06 01:00:21 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-01-06 12:41:31 +0000 |
commit | de918ef9cfb652b20b215d0d2f6622eb9a117b2c (patch) | |
tree | 5843bc8e290cf589a9f284e66f7804d3e3531f40 /data | |
parent | 0ee9874112e08b7b4b64bb59b1e559fbe98c7e1e (diff) |
Add missing whitespace in multi-line comment
Diffstat (limited to 'data')
-rw-r--r-- | data/modules.example.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/modules.example.conf b/data/modules.example.conf index fdf5b57be..1b8563ddb 100644 --- a/data/modules.example.conf +++ b/data/modules.example.conf @@ -420,7 +420,7 @@ module { name = "help" } * * Provides the regex engine regex/stdlib, which uses the regular expression library that is part of * the C++ standard library. -*/ + */ module { name = "m_regex_stdlib" |