Lint and fix inconsistent style issues #118
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: cleanup
An internal cleanup or hygiene concern.
Googlers see b/206698958.
Should also set up lint*
Few inconsistencies:
'
and"
usage inconsistency"".join(string_array)
rather than appending string using+
or+=
and more should be fixed when refactoring.
The text was updated successfully, but these errors were encountered: