Fixes gofmt errors
This commit is contained in:
parent
773cafe83d
commit
0e510b23cb
@ -29,7 +29,7 @@ var (
|
||||
verbose bool
|
||||
)
|
||||
|
||||
// This represents the base command when called without any subcommands
|
||||
// RootCmd represents the base command when called without any subcommands
|
||||
var RootCmd = &cobra.Command{
|
||||
Use: "ponder",
|
||||
Short: "A managing tool for lilypond sheet music libraries",
|
||||
|
@ -45,7 +45,7 @@ func CompileDir(path string, opts *settings.Settings) {
|
||||
msg string
|
||||
err error
|
||||
)
|
||||
switch filepath.Ext(scores[i].Path){
|
||||
switch filepath.Ext(scores[i].Path) {
|
||||
case ".ly":
|
||||
msg, err = Lilypond(scores[i].Path)
|
||||
case ".pdf":
|
||||
|
Reference in New Issue
Block a user