Remove redundant diff.empty? check in reconfigure command
What does this merge request do and why?
This MR removes a redundant diff.empty? check in the reconfigure command that was accidentally left in !4303 (merged).
The second unless diff.empty? check on line 25 is redundant since we're already inside an unless diff.empty? block.
Resolves !4303 (comment 2869539634)
Impacted categories
-
gdk-reliability - e.g. When a GDK action fails to complete. -
gdk-usability - e.g. Improvements or suggestions around how the GDK functions. -
gdk-performance - e.g. When a GDK action is slow or times out.
Merge request checklist
-
This change is backward compatible. If not, please include steps to communicate to our users. -
Tests added for new functionality. If not, please raise an issue to follow-up. -
Documentation added/updated, if needed. -
Announcement added, if change is notable. -
gdk doctortest added, if needed.