Skip to content

Commit a54c9d6

Browse files
committed
Remove spaces
1 parent fe35888 commit a54c9d6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

outputer.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ func (c Carbon) ToMonthString(timezone ...string) string {
5959
// ToShortMonthString outputs a string in short month layout like "Jan", i18n is supported.
6060
// 输出缩写月份字符串,支持i18n
6161
func (c Carbon) ToShortMonthString(timezone ...string) string {
62-
6362
if len(timezone) > 0 {
6463
c.loc, c.Error = getLocationByTimezone(timezone[0])
6564
}

0 commit comments

Comments
 (0)