From da0ece6e9faeeaadabf908aa78134246d70c04a0 Mon Sep 17 00:00:00 2001 From: Oskari Timperi Date: Sun, 27 Oct 2019 10:18:52 +0200 Subject: Fix indentation --- raylib.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'raylib.nimble') diff --git a/raylib.nimble b/raylib.nimble index 5a4ce8c..0cb5fd1 100644 --- a/raylib.nimble +++ b/raylib.nimble @@ -28,7 +28,7 @@ task setup, "Checkout and generate": exec cmd & "nimgen " & name & ".cfg" before install: - setupTask() + setupTask() # task test, "Test nimbass": # exec "nim c -d:nimDebugDlOpen tests/basstest.nim" -- cgit v1.2.3