Skip to content

Commit

Permalink
Change ReplacePadding to option (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyokomi authored Apr 14, 2020
1 parent 73b0214 commit cab09f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emoji.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
//go:generate generateEmojiCodeMap -pkg emoji

// Replace Padding character for emoji.
const (
var (
ReplacePadding = " "
)

Expand Down

0 comments on commit cab09f7

Please sign in to comment.