Refactor code formatting and improve readability: standardize line breaks and indentation across various endpoint files, enhancing code clarity and maintainability. Update package version formatting in Directory.Packages.props for consistency.
This commit is contained in:
@@ -79,7 +79,10 @@ public class LiveWindowCalculatorTests
|
||||
public void LeadingGap_WithoutFiller_TrimmedFromWindowStart()
|
||||
{
|
||||
var b = Guid.NewGuid();
|
||||
var entries = new List<LiveEntry> { new(Epoch.AddSeconds(16), Epoch.AddSeconds(40), b, 12) };
|
||||
var entries = new List<LiveEntry>
|
||||
{
|
||||
new(Epoch.AddSeconds(16), Epoch.AddSeconds(40), b, 12),
|
||||
};
|
||||
|
||||
// Окно [6..10]: g6,g7 без записи и без филлера → отброшены, старт с g8.
|
||||
var playlist = LiveWindowCalculator.Build(Input(20, entries));
|
||||
|
||||
Reference in New Issue
Block a user