Skip to content

Commit

Permalink
chore(main): change spacing before 3.2 and 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MM-coder committed Dec 8, 2023
1 parent c74ec00 commit ef1136f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func main() {
fmt.Println("Erro a ler o valor de m:", err)
return
}
fmt.Print(" 3.2: Insira o valor de b: ")
fmt.Print("3.2: Insira o valor de b: ")
_, err = fmt.Scanln(&b)
if err != nil {
fmt.Println("Erro a ler o valor de b:", err)
Expand All @@ -76,7 +76,7 @@ func main() {
}
case "4":
var b float64
fmt.Print(" 4.1: Insira o valor de b: ")
fmt.Print("4.1: Insira o valor de b: ")
_, err = fmt.Scanln(&b)
if err != nil {
fmt.Println("Erro a ler o valor de b:", err)
Expand Down

0 comments on commit ef1136f

Please sign in to comment.