Formatting

This commit is contained in:
Pat Hartl 2024-11-16 01:45:01 -06:00
parent e22e5057df
commit 2cb487621c

View file

@ -110,7 +110,9 @@ namespace LANCommander.Launcher.Services
using (var op = Logger.BeginOperation(LogLevel.Trace, "Loading library items from local database"))
{
var games = await GameService.Get(x => true).AsNoTracking().ToListAsync();
var games = await GameService
.Get(x => true)
.ToListAsync();
Filter.Populate(games);