From 3118a48c2b71f2ac2cc747418e9141f8545f6b2b Mon Sep 17 00:00:00 2001 From: Alexandr Artemyev Date: Fri, 12 Aug 2022 14:45:16 +0600 Subject: [PATCH] Update black_as_a_server.md --- docs/usage_and_configuration/black_as_a_server.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/usage_and_configuration/black_as_a_server.md b/docs/usage_and_configuration/black_as_a_server.md index 12ee11f4ed0..a2d4252109a 100644 --- a/docs/usage_and_configuration/black_as_a_server.md +++ b/docs/usage_and_configuration/black_as_a_server.md @@ -56,9 +56,9 @@ The headers controlling how source code is formatted are: - `X-Skip-Magic-Trailing-Comma`: corresponds to the `--skip-magic-trailing-comma` command line flag. If present and its value is not an empty string, trailing commas will not be used as a reason to split lines. -- `X-Preview`: corresponds to the `--preview` command line flag. If present and its value - is not an empty string, experimental and potentially disruptive style changes will be - used. +- `X-Preview`: corresponds to the `--preview` command line flag. If present and its + value is not an empty string, experimental and potentially disruptive style changes + will be used. - `X-Fast-Or-Safe`: if set to `fast`, `blackd` will act as _Black_ does when passed the `--fast` command line flag. - `X-Python-Variant`: if set to `pyi`, `blackd` will act as _Black_ does when passed the