Skip to content

Commit

Permalink
Merge pull request #153 from showwin/emoji
Browse files Browse the repository at this point in the history
chore: remove emoji
  • Loading branch information
showwin authored Sep 29, 2023
2 parents b621f7c + 7f6d17a commit 1421267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion speedtest.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ func showServerList(servers speedtest.Servers) {
func AppInfo() {
if !*jsonOutput {
fmt.Println()
fmt.Printf(" 😊 speedtest-go v%s @showwin 😊\n", speedtest.Version())
fmt.Printf(" speedtest-go v%s @showwin\n", speedtest.Version())
fmt.Println()
}
}

0 comments on commit 1421267

Please sign in to comment.