Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhathcock committed Jun 21, 2024
1 parent 079ad97 commit 83a4a61
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ public class RhinoSelectionBinding : ISelectionBinding
public string Name => "selectionBinding";
public IBridge Parent { get; }

public RhinoSelectionBinding(IRhinoIdleManager idleManager, IBridge parent, ITopLevelExceptionHandler topLevelExceptionHandler)
public RhinoSelectionBinding(
IRhinoIdleManager idleManager,
IBridge parent,
ITopLevelExceptionHandler topLevelExceptionHandler
)
{
_idleManager = idleManager;
_topLevelExceptionHandler = topLevelExceptionHandler;
Expand Down

0 comments on commit 83a4a61

Please sign in to comment.