Skip to content

Commit db6d6d7

Browse files
committed
dotnet format
1 parent 30f99a4 commit db6d6d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/NRedisStack.Tests/Search/SearchTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ private void AddDocument(IDatabase db, string key, Dictionary<string, object> ob
3939
_ => throw new ArgumentException($"Unsupported type: {pair.Value.GetType()}"),
4040
}))
4141
.ToArray();
42-
db.HashSet(key, hash);
42+
db.HashSet(key, hash);
4343
}
4444

4545
[SkipIfRedisTheory(Is.Enterprise)]

0 commit comments

Comments
 (0)