Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify return statements with brace-enclosed initializer
Simplified the return statements in two conditional blocks by removing the explicit type `libCZI::IntPointAndFrameOfReference` and using the brace-enclosed initializer list directly. This change makes the code more concise and leverages the compiler's ability to deduce the return type.
- Loading branch information