1. Move default case outside switch. This is a good practice because it allows -Wswitch to warn about missing enum values. 2. Use absl::StrCat() instead of (nonexistent) SimpleItoa().pull/336/head
parent
43ef2148c0
commit
23dc759538
1 changed files with 3 additions and 3 deletions
Loading…
Reference in new issue