From 7bdf9828d5298db9723eac5a7a368e1e7c1c97c4 Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Thu, 13 Aug 2020 14:16:18 -0400 Subject: [PATCH] Remove a space at the start of a changelog entry. --- changelog.d/8072.misc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.d/8072.misc b/changelog.d/8072.misc index e26764dea..dfe4c0317 100644 --- a/changelog.d/8072.misc +++ b/changelog.d/8072.misc @@ -1 +1 @@ - Convert various parts of the codebase to async/await. +Convert various parts of the codebase to async/await.