Skip to content

Commit

Permalink
Fix added newline in merge conflict resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyak authored Dec 16, 2024
1 parent 293e1e5 commit 9a963fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion runner/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ type Config struct {
}

type cfgBuild struct {

PreCmd []string `toml:"pre_cmd" usage:"Array of commands to run before each build"`
Cmd string `toml:"cmd" usage:"Just plain old shell command. You could use 'make' as well"`
PostCmd []string `toml:"post_cmd" usage:"Array of commands to run after ^C"`
Expand Down

0 comments on commit 9a963fd

Please sign in to comment.