Skip to content

Commit 51448db

Browse files
committed
Fix indentation
1 parent f0eac80 commit 51448db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/Common/Commands.ResourceManager.Common/AzureRMCmdlet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ protected override void InitializeQosEvent()
205205
SessionId = _sessionId,
206206
IsSuccess = true,
207207
ParameterSetName = this.ParameterSetName
208-
};
208+
};
209209

210210
if (this.MyInvocation != null && !string.IsNullOrWhiteSpace(this.MyInvocation.InvocationName))
211211
{

0 commit comments

Comments
 (0)