From 94a1af3d561cfb6d614a9b30de044ce8876b20a7 Mon Sep 17 00:00:00 2001 From: David Wheatley Date: Mon, 5 Apr 2021 20:08:03 +0100 Subject: [PATCH] Remove extra whitespace --- js/src/common/components/LoadingIndicator.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/common/components/LoadingIndicator.tsx b/js/src/common/components/LoadingIndicator.tsx index 419c55b9b11..63794fedb01 100644 --- a/js/src/common/components/LoadingIndicator.tsx +++ b/js/src/common/components/LoadingIndicator.tsx @@ -27,7 +27,7 @@ interface Attrs { * * To increase spacing around the spinner, use the CSS `height` property on the * spinner's **container**. - * + * * To apply a custom size to the loading indicator, set the `--size` and * `--thickness` custom properties on the loading indicator itself. *