Skip to content

Commit

Permalink
mark as implicit usage
Browse files Browse the repository at this point in the history
  • Loading branch information
lsfera committed Jul 17, 2024
1 parent f4cfe0c commit f9bf48f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Blumchen/MessageTableOptions.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using Blumchen.Subscriptions;
using JetBrains.Annotations;
using NpgsqlTypes;

namespace Blumchen;
Expand Down Expand Up @@ -33,6 +34,7 @@ public TableDescriptorBuilder MessageType(string name, int dimension = 250)
return this;
}

[UsedImplicitly]
public TableDescriptorBuilder UseDefaults() => this;

public record MessageTable(string Name = MessageTable.DefaultName)
Expand Down

0 comments on commit f9bf48f

Please sign in to comment.