Skip to content

Commit 043999f

Browse files
Update ProviderAdapterTemplate.cs
1 parent e824c40 commit 043999f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Microsoft.SystemForCrossDomainIdentityManagement/Service/ProviderAdapterTemplate.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
//------------------------------------------------------------
2-
// Copyright (c) Microsoft Corporation. All rights reserved.
3-
//------------------------------------------------------------
1+
// Copyright (c) Microsoft Corporation.// Licensed under the MIT license.
42

53
namespace Microsoft.SCIM
64
{
@@ -249,4 +247,4 @@ public virtual async Task Update(
249247
await this.Provider.UpdateAsync(updateRequest).ConfigureAwait(false);
250248
}
251249
}
252-
}
250+
}

0 commit comments

Comments
 (0)