diff options
| author | Oskari Timperi <oskari.timperi@iki.fi> | 2019-10-27 10:18:52 +0200 |
|---|---|---|
| committer | Oskari Timperi <oskari.timperi@iki.fi> | 2019-10-27 10:18:52 +0200 |
| commit | da0ece6e9faeeaadabf908aa78134246d70c04a0 (patch) | |
| tree | c8bc94a53a0c366fa079ffd7ce22a832ef445862 | |
| parent | c90bca2424ac6c1093f9dfb8224e9358ef2a006b (diff) | |
| download | nimraylib-da0ece6e9faeeaadabf908aa78134246d70c04a0.tar.gz nimraylib-da0ece6e9faeeaadabf908aa78134246d70c04a0.zip | |
Fix indentation
| -rw-r--r-- | raylib.nimble | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
