Skip to content

Remove Overridding Formatted Method From CheckExcessStorageSizeService

Jason Goodman requested to merge remove-overridden-method-from-service into master

What does this MR do and why?

Remove the overriding formatted method from the CheckExcessStorageSizeService.

This method is implemented with identical code in the base class CheckStorageSizeService. We don't need it in the child class.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Jason Goodman

Merge request reports