Make KeepSorted happy

This is the only keep sorted usage in WebRTC, let's make the analyzer happy with it.

Bug: b/446606314
Change-Id: I0b086eb4cc9581e6b6f63d88466ae27e209a9851
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/413000
Auto-Submit: Jeremy Leconte <jleconte@google.com>
Commit-Queue: Per Kjellander <perkj@webrtc.org>
Reviewed-by: Per Kjellander <perkj@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#45786}
diff --git a/experiments/field_trials.py b/experiments/field_trials.py
index d3e13da..a851f29 100755
--- a/experiments/field_trials.py
+++ b/experiments/field_trials.py
@@ -41,6 +41,9 @@
 # registered in the container below.
 ACTIVE_FIELD_TRIALS: FrozenSet[FieldTrial] = frozenset([
     # keep-sorted start
+    FieldTrial('WebRTC-AV1-OverridePriorityBitrate',
+               42226119,
+               date(2024, 4, 1)),
     FieldTrial('WebRTC-Aec3BufferingMaxAllowedExcessRenderBlocksOverride',
                337900458,
                date(2024, 9, 1)),
@@ -56,9 +59,6 @@
     FieldTrial('WebRTC-Audio-PriorityBitrate',
                42226125,
                date(2024, 4, 1)),
-    FieldTrial('WebRTC-AV1-OverridePriorityBitrate',
-               42226119,
-               date(2024, 4, 1)),
     FieldTrial('WebRTC-Av1-GetEncoderInfoOverride',
                42225234,
                date(2024, 4, 1)),
@@ -86,21 +86,27 @@
     FieldTrial('WebRTC-ElasticBitrateAllocation',
                350555527,
                date(2025, 3, 1)),
+    FieldTrial('WebRTC-EnableDtlsPqc',
+               404763475,
+               date(2026,6,1)),
     FieldTrial('WebRTC-EncoderDataDumpDirectory',
                296242528,
                date(2024, 4, 1)),
     FieldTrial('WebRTC-ForceDtls13',
                383141571,
                date(2024,9,1)),
-    FieldTrial('WebRTC-EnableDtlsPqc',
-               404763475,
-               date(2026,6,1)),
+    FieldTrial('WebRTC-H265-QualityScaling',
+               402154973,
+               date(2026, 1, 1)),
     FieldTrial('WebRTC-HeaderExtensionNegotiateMemory',
                439514253,
                date(2026, 2, 18)),
     FieldTrial('WebRTC-IPv6NetworkResolutionFixes',
                42224598,
                date(2024, 4, 1)),
+    FieldTrial('WebRTC-IceHandshakeDtls',
+               367395350,
+               date(2026, 1, 1)),
     FieldTrial('WebRTC-IncomingTimestampOnMarkerBitOnly',
                42224805,
                date(2024, 4, 1)),
@@ -122,24 +128,27 @@
     FieldTrial('WebRTC-MixedCodecSimulcast',
                362277533,
                date(2025, 9, 1)),
+    FieldTrial('WebRTC-NoSdpMangleAllowForTesting',
+               40567530,
+               date(2026, 6, 1)),
+    FieldTrial('WebRTC-NoSdpMangleReject',
+               40567530,
+               date(2026, 6, 1)),
     FieldTrial('WebRTC-NoSdpMangleUfrag',
                375571816,
                date(2025, 10, 11)),
     FieldTrial('WebRTC-NoSdpMangleUfragRestrictedAddresses',
                409713509,
                date(2025, 10, 11)),
-    FieldTrial('WebRTC-NoSdpMangleReject',
-               40567530,
-               date(2026, 6, 1)),
-    FieldTrial('WebRTC-NoSdpMangleAllowForTesting',
-               40567530,
-               date(2026, 6, 1)),
     FieldTrial('WebRTC-Pacer-FastRetransmissions',
                40235589,
                date(2024, 4, 1)),
     FieldTrial('WebRTC-Pacer-KeyframeFlushing',
                42221435,
                date(2024, 4, 1)),
+    FieldTrial('WebRTC-PayloadTypesInTransport',
+               360058654,
+               date(2025, 9, 11)),
     FieldTrial('WebRTC-PostFilterKillSwitch',
                417439718,
                date(2025, 9, 1)),
@@ -161,12 +170,15 @@
     FieldTrial('WebRTC-QCM-Static-VP9',
                349860657,
                date(2025, 7, 1)),
-    FieldTrial('WebRTC-ReceiveBufferSize',
-               42225927,
-               date(2024, 4, 1)),
     FieldTrial('WebRTC-RFC8888CongestionControlFeedback',
                42225697,
                date(2025, 1, 30)),
+    FieldTrial('WebRTC-RTP-Lifetime',
+               440975167,
+               date(2026, 1, 1)),
+    FieldTrial('WebRTC-ReceiveBufferSize',
+               42225927,
+               date(2024, 4, 1)),
     FieldTrial('WebRTC-RtcEventLogEncodeDependencyDescriptor',
                42225280,
                date(2024, 4, 1)),
@@ -188,9 +200,6 @@
     FieldTrial('WebRTC-SynchronousDestructors',
                443588673,
                date(2026, 7, 1)),
-    FieldTrial('WebRTC-PayloadTypesInTransport',
-               360058654,
-               date(2025, 9, 11)),
     FieldTrial('WebRTC-TimestampExtrapolatorConfig',
                424739326,
                date(2026, 6, 30)),
@@ -215,24 +224,15 @@
     FieldTrial('WebRTC-Video-EncoderFallbackSettings',
                42231704,
                date(2024, 4, 1)),
-    FieldTrial('WebRTC-VideoEncoderSettings',
-               40252667,
-               date(2024, 4, 1)),
     FieldTrial('WebRTC-Video-H26xPacketBuffer',
                41480904,
                date(2024, 6, 1)),
     FieldTrial('WebRTC-Video-Vp9FlexibleMode',
                329396373,
                date(2025, 6, 26)),
-    FieldTrial('WebRTC-IceHandshakeDtls',
-               367395350,
-               date(2026, 1, 1)),
-    FieldTrial('WebRTC-H265-QualityScaling',
-               402154973,
-               date(2026, 1, 1)),
-    FieldTrial('WebRTC-RTP-Lifetime',
-               440975167,
-               date(2026, 1, 1)),
+    FieldTrial('WebRTC-VideoEncoderSettings',
+               40252667,
+               date(2024, 4, 1)),
     # keep-sorted end
 ])  # yapf: disable