Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikMennen committed Oct 19, 2023
1 parent 3fbc4fd commit 077d961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OneWare.Ghdl/Services/GhdlService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class GhdlService

public GhdlService(ILogger logger, IActive active, IDockService dockService, IProjectExplorerService projectExplorerService)
{
_logger = logger;
_logger = logger;
_active = active;
_dockService = dockService;
_projectExplorerService = projectExplorerService;
Expand Down

0 comments on commit 077d961

Please sign in to comment.