Remove extra whitespace

This commit is contained in:
jonawals
2021-05-27 12:15:19 +01:00
parent a91e9caaf9
commit c3ea2d18ba
@@ -31,5 +31,4 @@ namespace TestImpact
//! Checks for all known error return codes and returns the corresponding client test run result or empty.
AZStd::optional<Client::TestRunResult> CheckForAnyKnownErrorCode(ReturnCode returnCode);
}