Skip to content

Commit 915bf70

Browse files
committed
whitespace fixes
1 parent fc2b848 commit 915bf70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AspNetSaml.WebExample/Program.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626

2727
//now send the user to the SAML provider
2828
var url = request.GetRedirectUrl(SAML_ENDPOINT);
29-
30-
return Results.Content("Click <a href=\"" + url + "\">here</a> to log in", "text/html");
29+
30+
return Results.Content("Click <a href=\"" + url + "\">here</a> to log in", "text/html");
3131
});
3232

3333

0 commit comments

Comments
 (0)