Skip to content

Commit

Permalink
Apply consistent code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed Mar 2, 2025
1 parent 20b0eea commit 34509e5
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,5 @@ protected Stream<? extends Arguments> provideArguments(ParameterDeclarations par
A annotation) {
return provideArguments(context, annotation);
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@
* annotations.
*/
CsvFileSource[] value();

}
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@
* annotations.
*/
CsvSource[] value();

}
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@
* annotations.
*/
EnumSource[] value();

}
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@
* annotations.
*/
FieldSource[] value();

}
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@
* annotations.
*/
MethodSource[] value();

}
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@
* annotations.
*/
ValueSource[] value();

}

0 comments on commit 34509e5

Please sign in to comment.