Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
wmdietl committed Apr 11, 2024
1 parent 7c0e148 commit 3cbeccc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Instances {
static final NullnessUnspecifiedTypeParameter<Object> A1 =
new NullnessUnspecifiedTypeParameter<>();
static final NullnessUnspecifiedTypeParameter<@Nullable Object> A2 =
// :: error: jspecify_nullness_mismatch
// :: error: jspecify_nullness_mismatch
new NullnessUnspecifiedTypeParameter<>();
static final Test X = new Test();
}
Expand Down

0 comments on commit 3cbeccc

Please sign in to comment.