Skip to content

Commit

Permalink
SA1503 Braces should not be omitted.
Browse files Browse the repository at this point in the history
Wrap with braces
  • Loading branch information
raman-m committed Oct 13, 2023
1 parent 2825067 commit 5ea7861
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ public Task<Response<FileConfiguration>> Get()
var configuration = _cache.Get(_cacheKey, _cacheKey);

if (configuration != null)
{
return Task.FromResult<Response<FileConfiguration>>(new OkResponse<FileConfiguration>(configuration));
}

string jsonConfiguration;

Expand Down

0 comments on commit 5ea7861

Please sign in to comment.