Skip to content

Commit e564550

Browse files
Amin GolMahalehAmin GolMahaleh
authored andcommitted
tiny change
1 parent b73d791 commit e564550

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

HttpClientToCurl/Main.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ public static string GenerateCurlInString(this HttpClient httpClient, HttpReques
2525

2626
return script;
2727
}
28+
2829
public static void GenerateCurlInConsole(this HttpClient httpClient, HttpRequestMessage httpRequestMessage, string requestUri = null, Action<ConsoleConfig> config = null)
2930
{
3031
var consoleConfig = new ConsoleConfig();

0 commit comments

Comments
 (0)