diff options
author | pommicket <pommicket@gmail.com> | 2025-09-07 22:55:53 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-07 22:55:53 -0400 |
commit | 39b31c18e9ff16c12cbb723a9d897ca34d9aef6d (patch) | |
tree | 7b56e45573cc2a1b8c282579dd5b549fb866e906 /examples | |
parent | 8d5b16efda7c21fabd3cec655d143ed3e78ea5e6 (diff) |
Fix issue with whitespace trimming
Diffstat (limited to 'examples')
-rw-r--r-- | examples/conf.pom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/conf.pom b/examples/conf.pom index 5fe5fbb..90483f6 100644 --- a/examples/conf.pom +++ b/examples/conf.pom @@ -1 +1 @@ -fav-colour = green +fav-colour = `green` |