refactor: simplify 2DReader code, address linter issues
Type of change
-
Bug Fix -
Feature -
Refactor
Does this introduce a change in the core logic?
- [No]
Does this introduce a change in the cloud provider implementation, if so which cloud?
-
AWS -
Azure -
GCP -
IBM
Updates description?
Make deleted constructors public, remove excessive 'virtual' for overrides; remove unneeded includes, type casts, temporary variable; clarify variable name; replace alternative operator with primary one. Remove excessive noreturn attribute. Fix typos and grammar.
Edited by Iurii Zhesson