Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unnecessary spaces #3642

Merged
merged 1 commit into from
Sep 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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