Skip to content

Commit

Permalink
WatchList - Fixed Linter.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stan-Kudri committed Feb 7, 2024
1 parent e03bbce commit 1ac255c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion WatchList.Core/Model/Filter/FilterItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ namespace WatchList.Core.Model.Filter
{
public class FilterItem : IEquatable<FilterItem>
{
public FilterItem() : this(TypeFilter.AllCinema, StatusFilter.AllCinema)
public FilterItem()
: this(TypeFilter.AllCinema, StatusFilter.AllCinema)
{
}

Expand Down

0 comments on commit 1ac255c

Please sign in to comment.