Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronwhite committed Dec 22, 2024
1 parent 88567f7 commit 9373c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pinta.Docking/Dock.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class Dock : Box
{
private readonly Paned pane = Paned.New (Orientation.Horizontal);

public DockPanel RightPanel {get; private init; } = new();
public DockPanel RightPanel { get; private init; } = new ();

public Dock ()
{
Expand Down

0 comments on commit 9373c5c

Please sign in to comment.