Skip to content

Commit 4649653

Browse files
committed
Fix build
1 parent 3080476 commit 4649653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Minio.Tests/DateTimeTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public void TestObjectStatExpires()
6868
public void TestObjectStatObjectLockRetainUntilDate()
6969
{
7070
var d = TruncateMilliseconds(DateTime.Now);
71-
var headers = new Dictionary<string, string>(StringComparer.InvariantCultureIgnoreCase)
71+
var headers = new Dictionary<string, string> (StringComparer.InvariantCultureIgnoreCase)
7272
{
7373
["x-amz-object-lock-retain-until-date"] = d.ToUniversalTime().ToString("O")
7474
};

0 commit comments

Comments
 (0)