From 7edc0cef2a1265d8b0803ece5ebaa5d8e170f0cb Mon Sep 17 00:00:00 2001 From: Nilambar Sharma Date: Thu, 10 Apr 2025 16:09:49 +0545 Subject: [PATCH] Fix docstring indent issue in feature files --- features/server.feature | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/features/server.feature b/features/server.feature index 0c4bad4..6317757 100644 --- a/features/server.feature +++ b/features/server.feature @@ -8,9 +8,9 @@ Feature: Serve WordPress locally When I run `curl -sS localhost:8181` Then STDOUT should contain: - """ - Just another WordPress site - """ + """ + Just another WordPress site + """ When I run `curl -sS localhost:8181/license.txt > /tmp/license.txt` And I run `cmp /tmp/license.txt license.txt`