You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chore: Remove extraneous same-line comments on #includes
This commit removes explanatory comments I added
on the same line as #include directives in various files related
to the ListResult feature. These comments were deemed unnecessary
as the purpose of the includes is generally clear from context or
the header filename itself.
This cleanup enhances code readability by reducing clutter in the
include blocks. No functional code changes are included.
Files affected:
- storage/src/common/list_result.cc
- storage/src/desktop/list_result_desktop.h
- storage/src/android/list_result_android.h
- storage/src/ios/list_result_ios.h
- storage/src/common/storage_reference.cc
(And potentially platform .cc/.mm files for list_result if any
same-line include comments were found and removed there, though
I found none for those.)
0 commit comments