Skip to content

Commit

Permalink
♻️ more internalising
Browse files Browse the repository at this point in the history
  • Loading branch information
fluffynuts committed Apr 17, 2024
1 parent dfd1375 commit b88b9dd
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@ namespace PeanutButter.RandomGenerators;
/// <summary>
/// Requires that the named property is randomized to a non-zero value
/// </summary>
public class RequireNonZero : RandomizerAttribute
#if BUILD_PEANUTBUTTER_INTERNAL
internal
#else
public
#endif
class RequireNonZero : RandomizerAttribute
{
/// <inheritdoc />
public RequireNonZero(string propertyName, params string[] moreProps)
Expand Down

0 comments on commit b88b9dd

Please sign in to comment.