Skip to content

Commit

Permalink
feat: type generator
Browse files Browse the repository at this point in the history
  • Loading branch information
jolexxa committed Mar 25, 2024
1 parent a421be9 commit 359a6a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ namespace Chickensoft.LogicBlocks.Generator;
/// https://github.com/dotnet/runtime/issues/31326
/// </summary>
[Generator]
public class LogicBlocksTypeGenerator2
public class LogicBlocksTypeGenerator
: ChickensoftGenerator, IIncrementalGenerator {

public void Initialize(IncrementalGeneratorInitializationContext context) {
Expand Down

0 comments on commit 359a6a3

Please sign in to comment.