From 6810f9bb903419f3225d2567f6f7260e27492e0e Mon Sep 17 00:00:00 2001 From: Tachytaenius Date: Thu, 22 Sep 2022 20:31:43 +0100 Subject: [PATCH] Remove empty indented line --- docs/guides/modding-guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/modding-guide.rst b/docs/guides/modding-guide.rst index cc7d507d5..4b768be58 100644 --- a/docs/guides/modding-guide.rst +++ b/docs/guides/modding-guide.rst @@ -433,7 +433,7 @@ Ok, you're all set up! Now, let's take a look at an example moduleA.every1Tick() moduleB.every1Tick() end) - + -- one function per repeat callback (you can put them in the -- above format if you prefer) repeatUtil.scheduleEvery(modId .. ' 100 frames', 1, 'frames',