Skip to content

Commit

Permalink
Pass null to meta field in super ctor
Browse files Browse the repository at this point in the history
  • Loading branch information
Akirathan committed Dec 30, 2024
1 parent 70b1be3 commit a25ad6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public Specified(
IdentifiedLocation identifiedLocation,
MetadataStorage passData) {
super(
DiagnosticStorage.createEmpty(),
null,
passData,
identifiedLocation,
null,
Expand Down

0 comments on commit a25ad6f

Please sign in to comment.