From 43095a6ac5c92b0d0856eaa51854121a87139761 Mon Sep 17 00:00:00 2001 From: Thore Husfeldt Date: Thu, 12 Dec 2024 15:48:59 +0100 Subject: [PATCH] cue schema: fix trailing whitespace --- support/schemas/generators.cue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/schemas/generators.cue b/support/schemas/generators.cue index b8a014d5..0c66fa26 100644 --- a/support/schemas/generators.cue +++ b/support/schemas/generators.cue @@ -20,7 +20,7 @@ import "strings" _parts: [#path, ...#command_args] } -// Test cases and test groups allow configuration of solution, visualiser, and random salt. +// Test cases and test groups allow configuration of solution, visualiser, and random salt. #config: { // Path to solution starts with slash, such as "/submissions/accepted/foo.py" solution?: #filepath & =~"^/"