Skip to content

Commit b1fd01d

Browse files
Delete trailing spaces
1 parent 13cdbff commit b1fd01d

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

docs/_static/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,4 @@ html[data-theme=dark] h1 {
120120

121121
html[data-theme=dark] h3 {
122122
color: #0a6774;
123-
}
123+
}

docs/acknowledgments.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ documentation, code reviews, comments and/or ideas:
7373
* :user:`gsakkis`
7474
* :user:`hailiangzhang <hailiangzhang>`
7575
* :user:`pmav99 <pmav99>`
76-
* :user:`sbalmer <sbalmer>`
76+
* :user:`sbalmer <sbalmer>`

docs/contributing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,9 +213,9 @@ Test coverage
213213
Zarr maintains 100% test coverage under the latest Python stable release (currently
214214
Python 3.8). Both unit tests and docstring doctests are included when computing
215215
coverage. Running::
216-
216+
217217
$ python -m pytest -v --cov=zarr --cov-config=pyproject.toml zarr
218-
218+
219219
will automatically run the test suite with coverage and produce a coverage report.
220220
This should be 100% before code can be accepted into the main code base.
221221

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Zarr-Python
2020
**Version**: |version|
2121

2222
**Download documentation**: `Zipped HTML <https://zarr.readthedocs.io/_/downloads/en/stable/htmlzip/>`_
23-
23+
2424
**Useful links**:
2525
`Installation <installation.html>`_ |
2626
`Source Repository <https://github.com/zarr-developers/zarr-python>`_ |
@@ -101,4 +101,4 @@ Zarr is a file storage format for chunked, compressed, N-dimensional arrays base
101101
:color: dark
102102
:click-parent:
103103

104-
To the contributor's guide
104+
To the contributor's guide

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ follow_imports = "silent"
116116
[tool.pytest.ini_options]
117117
doctest_optionflags = [
118118
"NORMALIZE_WHITESPACE",
119-
"ELLIPSIS",
119+
"ELLIPSIS",
120120
"IGNORE_EXCEPTION_DETAIL",
121121
]
122122
addopts = [

0 commit comments

Comments
 (0)