Skip to content

Commit

Permalink
Remove spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
gouguoyin committed Jan 22, 2024
1 parent fe35888 commit a54c9d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion outputer.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ func (c Carbon) ToMonthString(timezone ...string) string {
// ToShortMonthString outputs a string in short month layout like "Jan", i18n is supported.
// 输出缩写月份字符串,支持i18n
func (c Carbon) ToShortMonthString(timezone ...string) string {

if len(timezone) > 0 {
c.loc, c.Error = getLocationByTimezone(timezone[0])
}
Expand Down

0 comments on commit a54c9d6

Please sign in to comment.