From 53641acee4a8ea62bbf54af96d897244bcdafed4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dafydd=20Ll=C5=B7r=20Pearson?= Date: Fri, 3 May 2024 14:12:20 +0100 Subject: [PATCH] test(ci): Whitespace change to test CI pipeline caches (#3105) --- editor.planx.uk/src/ui/editor/SelectInput.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor.planx.uk/src/ui/editor/SelectInput.tsx b/editor.planx.uk/src/ui/editor/SelectInput.tsx index 877e6fb879..61954a5ae1 100644 --- a/editor.planx.uk/src/ui/editor/SelectInput.tsx +++ b/editor.planx.uk/src/ui/editor/SelectInput.tsx @@ -1,5 +1,5 @@ import ArrowIcon from "@mui/icons-material/KeyboardArrowDown"; -import Select, { selectClasses,SelectProps } from "@mui/material/Select"; +import Select, { selectClasses, SelectProps } from "@mui/material/Select"; import { styled } from "@mui/material/styles"; import React, { ReactNode } from "react";