Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 73aeaa5

Browse files
committed
Use spaces instead of tabs
1 parent 814b910 commit 73aeaa5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/ServiceStack.Redis/RedisClient.ICacheClient.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ public T Get<T>(string key)
6262
{ typeof(uint), true},
6363
{ typeof(long), true},
6464
{ typeof(ulong), true},
65-
{ typeof(double), true},
66-
{ typeof(float), true},
67-
{ typeof(decimal), true}
68-
};
65+
{ typeof(double), true},
66+
{ typeof(float), true},
67+
{ typeof(decimal), true}
68+
};
6969

7070
private static byte[] ToBytes<T>(T value)
7171
{

0 commit comments

Comments
 (0)