Skip to content

Commit 9ef37a0

Browse files
author
maddieclayton
authored
Get rid of whitespace and trigger Travis build
1 parent 36ce9d5 commit 9ef37a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/RecoveryServices/Commands.RecoveryServices/Vault/GetAzureRMRecoveryServicesVaultSettingsFile.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ private void GetSiteRecoveryCredentials()
218218
WriteDebug(string.Format(Resources.SavingVaultCred, fullFilePath));
219219

220220
AzureSession.Instance.DataStore.WriteFile(fullFilePath, Encoding.UTF8.GetBytes(vaultCredsFileContent));
221-
221+
222222
VaultSettingsFilePath output = new VaultSettingsFilePath()
223223
{
224224
FilePath = fullFilePath,

0 commit comments

Comments
 (0)