scanning: Clean up type annotations
Remove redundant ! from {!string} on string properties as primitives are non-nullable by default. Remove ? from {?string} on string properties as we do not need nullable strings since we do not explicitly set strings to null or check for null strings in Scanning. Bug: 1059779 Change-Id: I9e0f9e1d1c08822319d00867a449318c8f59f0d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2511789Reviewed-by:Zentaro Kavanagh <zentaro@chromium.org> Reviewed-by:
Jesse Schettler <jschettler@chromium.org> Commit-Queue: Gavin Williams <gavinwill@chromium.org> Cr-Commit-Position: refs/heads/master@{#823344}
Showing
Please register or sign in to comment