mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
refactor(directory): 🧠 rm extra line breaks
This commit is contained in:
parent
c47aae459c
commit
d85164f19b
1 changed files with 0 additions and 2 deletions
|
|
@ -54,9 +54,7 @@ public class ListViewModel
|
|||
public int? LicenseId { get; private set; }
|
||||
public IEnumerable<int>? SyntaxIds { get; private set; }
|
||||
public IEnumerable<string>? LanguageIso6391s { get; private set; }
|
||||
|
||||
public IEnumerable<int>? TagIds { get; private set; }
|
||||
|
||||
//public IEnumerable<SegmentViewUrl>? SegmentViewUrls { get; private set; }
|
||||
public Uri? HomeUrl { get; private set; }
|
||||
public Uri? OnionUrl { get; private set; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue