diff --git a/src/DataMigration/DataMigration/Cmdlets/DataMigrationCmdlet.cs b/src/DataMigration/DataMigration/Cmdlets/DataMigrationCmdlet.cs
index cf922bbeeb4f..a155de31bfe9 100644
--- a/src/DataMigration/DataMigration/Cmdlets/DataMigrationCmdlet.cs
+++ b/src/DataMigration/DataMigration/Cmdlets/DataMigrationCmdlet.cs
@@ -92,7 +92,7 @@ public static string ReturnApiErrorMessage(ApiErrorException ex)
/// Helper method to throw the appropriate exception based on the error returned by the SDK
///
///
- ///
+ ///
protected void ThrowAppropriateException(ApiErrorException ex, List customObjects = null)
{
string message = "DMS API Error " + ReturnApiErrorMessage(ex);