Skip to content

Commit

Permalink
v0.0.242
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart Van Hoey committed Oct 31, 2023
1 parent 31cdee7 commit 63eedf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/csharp.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"prefix": "yBuilderEntity"
},
"builderServicesAddScoped": {
"body": "builder.Services.AddScoped<I${1:Name}Service$2,${3:$1}Service>()$0",
"body": "builder.Services.AddScoped<I${1:Name}Service$2, ${3:$1}Service>();$0",
"description": "Inserts builder.Services.AddScoped INameService NameService",
"prefix": "yBuiServicesAddScoped"
},
Expand Down

0 comments on commit 63eedf0

Please sign in to comment.