Skip to content

Commit b2db882

Browse files
fix(IDE0055): formatting code to comply with style and spacing rules
1 parent 701d16f commit b2db882

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Tests/Integration/Security/JwtSecurityTokenServiceTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public JwtSecurityTokenServiceTests(MongoDatabaseFixture fixture)
3636

3737
_groupCollection
3838
.Setup(collection => collection.GetGroupsAsync(It.IsAny<GroupFilters>(), It.IsAny<CancellationToken>()))
39-
.ReturnsAsync([ ]);
39+
.ReturnsAsync([]);
4040

4141
_secretCollection
4242
.Setup(collection => collection.GetSecretAsync(It.IsAny<CancellationToken>()))
@@ -292,4 +292,4 @@ public async Task InitializeAsync()
292292
{
293293
await _mongoFixture.CleanDatabaseAsync();
294294
}
295-
}
295+
}

0 commit comments

Comments
 (0)