Skip to content

Commit

Permalink
cue schema: fix trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
thorehusfeldt committed Dec 12, 2024
1 parent f089f32 commit 43095a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/schemas/generators.cue
Original file line number Diff line number Diff line change
Expand Up @@ -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 & =~"^/"
Expand Down

0 comments on commit 43095a6

Please sign in to comment.