Skip to content

Commit

Permalink
🔥 Remove block char
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Gleich <matthewgleich@gmail.com>
  • Loading branch information
gleich committed Jun 19, 2020
1 parent a488499 commit 688e71a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions statuser.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ import (
// Emojis ... If the output should use emojis
var Emojis = true

var blockChar = "░"

func generateBlock(message, surroundingChar string) string {
messageLen := utf8.RuneCountInString(message)
var topAndBottom string
Expand Down

0 comments on commit 688e71a

Please sign in to comment.