Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan202 committed Oct 7, 2023
1 parent efd3a9a commit d908824
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ void identification() {
" arguments();",
" // BUG: Diagnostic contains:",
" arguments(1);",
" arguments(1,2);",
" arguments(1, 2);",
"",
" identity();",
" requireNonNull(null);",
Expand Down

0 comments on commit d908824

Please sign in to comment.