Skip to content

Commit 96acd9d

Browse files
committed
Fix some whitespace issues w/ the previous commit.
1 parent 7c7676e commit 96acd9d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

RestSharp/Authenticators/OAuth/OAuthTools.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -315,12 +315,12 @@ public static string GetSignature(OAuthSignatureMethod signatureMethod,
315315

316316
break;
317317
}
318-
case OAuthSignatureMethod.PlainText:
319-
{
320-
signature = "{0}&{1}".FormatWith(consumerSecret, tokenSecret);
318+
case OAuthSignatureMethod.PlainText:
319+
{
320+
signature = "{0}&{1}".FormatWith(consumerSecret, tokenSecret);
321321

322-
break;
323-
}
322+
break;
323+
}
324324
default:
325325
throw new NotImplementedException("Only HMAC-SHA1 is currently supported.");
326326
}

0 commit comments

Comments
 (0)