Remove comment
This commit is contained in:
parent
dcbd1b728c
commit
4df2e7be63
1 changed files with 0 additions and 1 deletions
|
|
@ -121,7 +121,6 @@ func TitleSurvey(p Prompt, io *iostreams.IOStreams, state *IssueMetadataState) e
|
|||
if result == "" {
|
||||
colorizeRed := io.ColorScheme().ColorFromString("red")
|
||||
msg := fmt.Sprintf("%s Title cannot be blank.", colorizeRed("X"))
|
||||
// For some reason, only Fprintln and Println work here. I can't use Fprintf or Printf to eliminate the line above
|
||||
fmt.Fprintln(io.ErrOut, msg)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue