Skip to content

Commit

Permalink
Remove extra newline in ConfigureAwait.
Browse files Browse the repository at this point in the history
  • Loading branch information
aholmes committed Mar 12, 2020
1 parent 7dd2d69 commit c7141c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion AsyncGuidance.md
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,6 @@ public async Task<string> Get(int id)

var content = await result.Content.ReadAsStringAsync().ConfigureAwait(false);


return $"{username}, your requested content is {content}";
}
```
Expand Down

0 comments on commit c7141c9

Please sign in to comment.