Skip to content

Commit

Permalink
More questionable formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Sep 18, 2024
1 parent 15ae69b commit a28ddba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion YoutubeExplode.Demo.Gui/ViewModels/MainViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Video is not null
FileTypeChoices = fileTypes
?.Select(t => new FilePickerFileType($"{t} file") { Patterns = [$"*.{t}"] })
.ToArray(),
DefaultExtension = Path.GetExtension(defaultFileName)
DefaultExtension = Path.GetExtension(defaultFileName),
}
);

Expand Down
4 changes: 2 additions & 2 deletions YoutubeExplode.Tests/PlaylistSpecs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public async Task I_can_get_videos_included_in_a_playlist()
"dN3gkBBffhs",
"8Kg-8ZjgLAQ",
"E9zfpKsw6f8",
"eBCw9sC5D40"
"eBCw9sC5D40",
]
);
}
Expand Down Expand Up @@ -152,7 +152,7 @@ public async Task I_can_get_videos_included_in_a_large_playlist()
"RnGJ3KJri1g",
"x-IR7PtA7RA",
"N-8E9mHxDy0",
"5ly88Ju1N6A"
"5ly88Ju1N6A",
]
);
}
Expand Down

0 comments on commit a28ddba

Please sign in to comment.