From bc0b0cd00511782d01b409109fc63c1204994d93 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 15 Jun 2026 21:08:50 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Auto=20format?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/de/docs/deployment/server-workers.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/de/docs/deployment/server-workers.md b/docs/de/docs/deployment/server-workers.md index 818180e47..6b0cc834e 100644 --- a/docs/de/docs/deployment/server-workers.md +++ b/docs/de/docs/deployment/server-workers.md @@ -67,12 +67,12 @@ $ fastapi run --workers 4 INFO Started server process [27367] INFO Waiting for application startup. INFO Waiting for application startup. - INFO Waiting for application startup. INFO Waiting for application startup. - INFO Application startup complete. - INFO Application startup complete. + INFO Waiting for application startup. + INFO Application startup complete. + INFO Application startup complete. + INFO Application startup complete. INFO Application startup complete. - INFO Application startup complete. ```