diff options
| author | Andrew Voynov <37143421+Andrew15-5@users.noreply.github.com> | 2023-12-05 14:55:36 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-05 12:55:36 +0100 |
| commit | 4f6fecd6061094f3fb53b80eef279fad4bdf648f (patch) | |
| tree | 31c8907cacf637359655ca6795c2c5702532b566 | |
| parent | 64c2c65c8063c178cd6d6c1ebdb1c13fb50ac610 (diff) | |
Removed trailing whitespaces (#2852)
| -rw-r--r-- | assets/files/scifi-authors.yaml | 6 | ||||
| -rw-r--r-- | tests/typ/math/opticalsize.typ | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/assets/files/scifi-authors.yaml b/assets/files/scifi-authors.yaml index 1cffc760..dd1c4843 100644 --- a/assets/files/scifi-authors.yaml +++ b/assets/files/scifi-authors.yaml @@ -1,11 +1,11 @@ -"Arthur C. Clarke": +"Arthur C. Clarke": - title: Against the Fall of Night published: "1978" - title: The songs of distant earth published: "1986" -"Isaac Asimov": +"Isaac Asimov": - title: Quasar, Quasar, Burning Bright published: "1977" - - title: Far as Human Eye Could See + - title: Far as Human Eye Could See published: 1987 diff --git a/tests/typ/math/opticalsize.typ b/tests/typ/math/opticalsize.typ index 07027cbb..f7d3aa88 100644 --- a/tests/typ/math/opticalsize.typ +++ b/tests/typ/math/opticalsize.typ @@ -7,7 +7,7 @@ #set text(size:20pt) $ e^(e^(e^(e))) $ ] -A large number: $e^(e^(e^(e)))$. +A large number: $e^(e^(e^(e)))$. --- // Test prime/double prime via scriptsize @@ -19,7 +19,7 @@ $y^dprime-2y^prime + y = 0$ $ y^tprime_3 + g^(prime 2) $ --- -// Test prime superscript on large symbol +// Test prime superscript on large symbol $ scripts(sum_(k in NN))^prime 1/k^2 $ $sum_(k in NN)^prime 1/k^2$ |
