From c0359cad927bc83e567c39a6107b17028d6cb7c1 Mon Sep 17 00:00:00 2001 From: rohks Date: Thu, 30 Jun 2022 19:10:22 +0000 Subject: [PATCH] Fix formatting in release notes. PiperOrigin-RevId: 458283415 --- RELEASENOTES.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 1032af35ba..90cd7722ac 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -15,9 +15,9 @@ * Metadata: * `MetadataRenderer` can now be configured to render metadata as soon as they are available. Create an instance with - `MetadataRenderer(MetadataOutput, Looper, - MetadataDecoderFactory, boolean)` to specify whether the renderer will - output metadata early or in sync with the player position. + `MetadataRenderer(MetadataOutput, Looper, MetadataDecoderFactory, + boolean)` to specify whether the renderer will output metadata early or + in sync with the player position. * UI: * Ensure TalkBack announces the currently active speed option in the playback controls menu