fixed indentation error

Signed-off-by: Ashis Kumar Naik <ashishami2002@gmail.com>
This commit is contained in:
Ashis Kumar Naik 2025-12-12 00:25:59 +05:30
parent 75251fb721
commit 70ed910d1c
No known key found for this signature in database
GPG Key ID: 560432B4F6FCE244

View File

@ -7,8 +7,10 @@ license = "MIT or Apache License 2.0"
packageName = "ffi"
requires "nim >= 2.2.4"
requires(
"nim >= 2.2.4",
"chronos"
)
# Source files to include
# srcDir = "src"