Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv committed Dec 1, 2024
1 parent f5c5cb4 commit 1a261c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/recipe/parser/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,9 @@ pub enum TestType {
python: PythonTest,
},
/// A Perl test that will test if the modules are available
Perl {
Perl {
/// The modules to test
perl: PerlTest
perl: PerlTest,
},
/// A test that executes multiple commands in a freshly created environment
Command(CommandsTest),
Expand Down

0 comments on commit 1a261c7

Please sign in to comment.