Skip to content

Commit

Permalink
Merge pull request #20 from Kerosene-Labs/fix-manifest-no-space
Browse files Browse the repository at this point in the history
Adding an empty space to continuation lines within manifests
  • Loading branch information
hlafaille authored Nov 27, 2024
2 parents db7c3dc + 5ef44b9 commit 1ee89dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/toolchain/package.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ func GenerateManifest(cfg project.ProjectConfig) (string, error) {
base += line + "\n"
}

println(base)
return base, nil
}

Expand Down

0 comments on commit 1ee89dc

Please sign in to comment.