Skip to content

Commit

Permalink
Remove unnecessary spaces (#3642)
Browse files Browse the repository at this point in the history
  • Loading branch information
idzm committed Sep 16, 2023
1 parent d498754 commit e253700
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Examples
.. code:: c++

#include <fmt/core.h>

int main() {
fmt::print("Hello, world!\n");
}
Expand Down Expand Up @@ -294,7 +294,7 @@ Then you can run the speed test::
or the bloat test::

$ make bloat-test

Migrating code
--------------

Expand All @@ -315,13 +315,13 @@ Projects using this library
an open-source library for mathematical programming

* `Aseprite <https://github.com/aseprite/aseprite>`_:
animated sprite editor & pixel art tool
animated sprite editor & pixel art tool

* `AvioBook <https://www.aviobook.aero/en>`_: a comprehensive aircraft
operations suite

* `Blizzard Battle.net <https://battle.net/>`_: an online gaming platform

* `Celestia <https://celestia.space/>`_: real-time 3D visualization of space

* `Ceph <https://ceph.com/>`_: a scalable distributed storage system
Expand All @@ -330,7 +330,7 @@ Projects using this library

* `ClickHouse <https://github.com/ClickHouse/ClickHouse>`_: an analytical database
management system

* `Contour <https://github.com/contour-terminal/contour/>`_: a modern terminal emulator

* `CUAUV <https://cuauv.org/>`_: Cornell University's autonomous underwater
Expand Down Expand Up @@ -391,7 +391,7 @@ Projects using this library

* `quasardb <https://www.quasardb.net/>`_: a distributed, high-performance,
associative database

* `Quill <https://github.com/odygrd/quill>`_: asynchronous low-latency logging library

* `QKW <https://github.com/ravijanjam/qkw>`_: generalizing aliasing to simplify
Expand Down

0 comments on commit e253700

Please sign in to comment.