Skip to content

Commit 49215df

Browse files
author
Jason Dryhurst-Smith
committed
tabs not spaces
1 parent 51bd51d commit 49215df

File tree

4 files changed

+436
-437
lines changed

4 files changed

+436
-437
lines changed

TinyOAuth1/AccessTokenInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ public class AccessTokenInfo
66
{
77
public string AccessToken { get; set; }
88
public string AccessTokenSecret { get; set; }
9-
public IDictionary<string, string> AdditionalParams { get; set; }
9+
public IDictionary<string, string> AdditionalParams { get; set; }
1010
}
1111
}

TinyOAuth1/RequestTokenInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ public class RequestTokenInfo
66
{
77
public string RequestToken { get; set; }
88
public string RequestTokenSecret { get; set; }
9-
public IDictionary<string, string> AdditionalParams { get; set; }
9+
public IDictionary<string, string> AdditionalParams { get; set; }
1010
}
1111
}

0 commit comments

Comments
 (0)