Skip to content

Commit 0a6fb44

Browse files
Update src/Files.App.Controls/Sidebar/ISidebarItemModel.cs
Co-authored-by: Marco Franzen <[email protected]> Signed-off-by: Marcel W. <[email protected]>
1 parent d872b92 commit 0a6fb44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App.Controls/Sidebar/ISidebarItemModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public interface ISidebarItemModel : INotifyPropertyChanged
3838

3939
/// <summary>
4040
/// Indicates whether the children should have an indentation or not.
41-
bool PaddedItem { get; }
4241
/// </summary>
42+
bool PaddedItem { get; }
4343
}
4444
}

0 commit comments

Comments
 (0)