Fix nanosecond printing for TimePoint formatter.
authorEli Friedman <efriedma@quicinc.com>
Fri, 14 Jul 2023 22:41:50 +0000 (15:41 -0700)
committerEli Friedman <efriedma@quicinc.com>
Fri, 14 Jul 2023 22:51:23 +0000 (15:51 -0700)
commit4b3dbaaa32420ab2cb66981b03122e2e4804f7eb
tree8abdcee993e4e003455ea0d1e36d844ea48ee5c9
parentbac2a075408377a8aa41f6626b17bb3e471221f3
Fix nanosecond printing for TimePoint formatter.

There was a copy-paste of the wrong field width, so the nanoseconds
weren't correctly padded with zeros.  Found by inspection.
llvm/lib/Support/Chrono.cpp
llvm/unittests/Support/Chrono.cpp