Place access modifiers before override
This commit is contained in:
parent
64090ab10c
commit
edaf2907bd
19 changed files with 18 additions and 20 deletions
|
|
@ -136,8 +136,6 @@ namespace Markdig.Renderers.Agg.Inlines
|
|||
|
||||
if (response.IsSuccessStatusCode)
|
||||
{
|
||||
Console.WriteLine(task.Result.Headers);
|
||||
|
||||
response.Content.ReadAsStreamAsync().ContinueWith(streamTask =>
|
||||
{
|
||||
//response.Headers.TryGetValues("", s[""] == "" ||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue