aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <arostovtsev@google.com>2023-08-03 21:49:46 -0400
committerGitHub <noreply@github.com>2023-08-03 21:49:46 -0400
commit799f388ecdb790e6d7f6bf6eebaa2c0befb807fe (patch)
treebb3e35d561cec7440d6068f540e40c6cbea06ca2
parent00b171fd6852b13da6cbfb39d519a28505077a23 (diff)
downloadstardoc-799f388ecdb790e6d7f6bf6eebaa2c0befb807fe.tar.gz
trivial: Remove trailing whitespace (#173)
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 716ecf7..167f4ea 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -53,7 +53,7 @@
with the exception of escapes in string literals: if in your template you
had a string literal with a character escape, you would need to expand it.
- For example, instead of
+ For example, instead of
```velocity
${funcInfo.docString.replaceAll("\n", " ")}