Skip to content
This repository was archived by the owner on Oct 4, 2021. It is now read-only.

Commit 4cf1572

Browse files
authored
Remove async
1 parent 805ffe9 commit 4cf1572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/src/addins/MonoDevelop.AspNetCore/MonoDevelop.AspNetCore.Commands/ScaffoldCommandHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public override bool CanBuildNode (Type dataType)
3030
class ScaffoldCommandHandler : NodeCommandHandler
3131
{
3232
[CommandHandler (AspNetCoreCommands.Scaffold)]
33-
public async void Scaffold ()
33+
public void Scaffold ()
3434
{
3535
var project = IdeApp.ProjectOperations.CurrentSelectedProject as DotNetProject;
3636
if (project == null)

0 commit comments

Comments
 (0)