StrFormat() simplification: Treat %v unconditionally as %d when formatting integers.
This is a simplification but not a behavior change; we used to choose %u for unsigned ints, but %u and %d generate the same output for these types. PiperOrigin-RevId: 539104599 Change-Id: I9d7ff561b969a6287889f95063636d6b77a4a78b
Showing
Please
register
or
sign in
to comment