Skip to content

Commit

Permalink
This closes qax-os#841, fix incorrect build number format
Browse files Browse the repository at this point in the history
  • Loading branch information
xuri committed May 15, 2021
1 parent f838861 commit 34bf249
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ var builtInNumFmt = map[int]string{
17: "mmm-yy",
18: "h:mm am/pm",
19: "h:mm:ss am/pm",
20: "h:mm",
21: "h:mm:ss",
20: "hh:mm",
21: "hh:mm:ss",
22: "m/d/yy hh:mm",
37: "#,##0 ;(#,##0)",
38: "#,##0 ;[red](#,##0)",
Expand Down

0 comments on commit 34bf249

Please sign in to comment.