fix: lucky7 formatting in markdown

This commit is contained in:
nopeless 2023-06-27 20:07:44 +09:00 committed by Jan De Dobbeleer
parent 301ca0b7aa
commit 1374227b41

View file

@ -48,7 +48,7 @@ Style specifies the format in which the time will be displayed. The table below
| `houston` | `00:00:00.001` | `00:00:02.1` | `00:03:02.1` | `04:03:02.1` |
| `amarillo` | `0.001s` | `2.1s` | `182.1s` | `14,582.1s` |
| `round` | `1ms` | `2s` | `3m 2s` | `4h 3m` |
| `lucky7` | ` 1ms` | ` 2s ` | ` 3m 2s` | ` 4h 3m` |
| `lucky7` | `    1ms` | ` 2.00s ` | ` 3m  2s` | ` 4h  3m` |
## Template ([info][templates])