mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
minor tidy
This commit is contained in:
parent
8e66be6834
commit
46e0abe979
1 changed files with 1 additions and 2 deletions
|
|
@ -36,8 +36,7 @@ public Snapshot()
|
|||
}
|
||||
|
||||
[UsedImplicitly]
|
||||
public Snapshot(FilterListsDbContext dbContext, FilterListViewUrlDto list,
|
||||
string uaString)
|
||||
public Snapshot(FilterListsDbContext dbContext, FilterListViewUrlDto list, string uaString)
|
||||
{
|
||||
this.dbContext = dbContext;
|
||||
List = list;
|
||||
|
|
|
|||
Loading…
Reference in a new issue