Skip to content

Commit 58d6466

Browse files
fix linter
1 parent 4707499 commit 58d6466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/src/EF_YC/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ await Parser.Default.ParseArguments<CmdOptions>(args).WithParsedAsync(async cmd
3131
{
3232
Console.WriteLine($"- {user.Id}: {user.Name} ({user.Email})");
3333
}
34-
34+
3535
// Users in database:
3636
// - 1: Alex ([email protected])
3737
// - 2: Kirill ([email protected])

0 commit comments

Comments
 (0)