Skip to content

Commit

Permalink
Ran dotnet format (#5218)
Browse files Browse the repository at this point in the history
* Ran `dotnet format`

* Re-added usings

(cherry picked from commit 4871f0b)
  • Loading branch information
cturnbull-bitwarden committed Jan 3, 2025
1 parent 101b919 commit ed090c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/Services/Implementations/UserService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1142,7 +1142,7 @@ public async Task<UserLicense> GenerateLicenseAsync(

if (_featureService.IsEnabled(FeatureFlagKeys.SelfHostLicenseRefactor))
{
userLicense.Token = await _licenseService.CreateUserTokenAsync(user, subscriptionInfo);
userLicense.Token = await _licenseService.CreateUserTokenAsync(user, subscriptionInfo);
}

return userLicense;
Expand Down

0 comments on commit ed090c8

Please sign in to comment.