From 8697555125c57ae64a0c9b78514b4aac4fd523de Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 27 Jun 2023 14:50:20 +0200 Subject: Massive formatting and added figcaption --- content/notes/non-blocking-shell-exec-csharp.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content/notes/non-blocking-shell-exec-csharp.md') diff --git a/content/notes/non-blocking-shell-exec-csharp.md b/content/notes/non-blocking-shell-exec-csharp.md index db40409..1904c4d 100644 --- a/content/notes/non-blocking-shell-exec-csharp.md +++ b/content/notes/non-blocking-shell-exec-csharp.md @@ -32,8 +32,8 @@ private async Task executeCopyCommand() } ``` -Make sure that `async` is present in the function definition and `await` is -used in the method that calls `executeCopyCommand()`. +Make sure that `async` is present in the function definition and `await` is used +in the method that calls `executeCopyCommand()`. ```c# private async void button_Click(object sender, EventArgs e) -- cgit v1.2.3