Skip to content

Commit

Permalink
passData is never null
Browse files Browse the repository at this point in the history
  • Loading branch information
Akirathan committed Jan 3, 2025
1 parent 6451745 commit 6fa233a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ public Empty(IdentifiedLocation identifiedLocation, MetadataStorage passData) {
}

public Empty(IdentifiedLocation identifiedLocation) {
this(identifiedLocation, null);
this(identifiedLocation, new MetadataStorage());
}
}

0 comments on commit 6fa233a

Please sign in to comment.