From e1d057ee5bcd02c8334d17fbc0090cf4a8417548 Mon Sep 17 00:00:00 2001 From: Vladimir Garnovsky <39696331+vladimir-garnovski@users.noreply.github.com> Date: Fri, 21 Aug 2026 07:50:47 +0200 Subject: [PATCH] Update making_plugins.rst Returning the indentation. --- tutorials/plugins/editor/making_plugins.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/plugins/editor/making_plugins.rst b/tutorials/plugins/editor/making_plugins.rst index f89acca96..fb23a50bf 100644 --- a/tutorials/plugins/editor/making_plugins.rst +++ b/tutorials/plugins/editor/making_plugins.rst @@ -371,7 +371,7 @@ The script could look like this: .. code-tab:: csharp -#if TOOLS + #if TOOLS using Godot; [Tool]