Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lock: write lock file with final newline (#1057)
* lock: write lock file with final newline Before this commit, `nimble lock` wrote the lock file without a final newline: $ nimble lock Info: Generating the lock file... Verifying dependencies for foo@0.1.0 Success: The lock file is generated. $ cat nimble.lock { "version": 1, "packages": {} $ wc -l nimble.lock 3 nimble.lock Fixes: #1056 * Update src/nimblepkg/lockfile.nim --------- Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
- Loading branch information