Run git cl format on about_flags

Bug: none
Change-Id: I6fdb6ad26db5aec08ac017483fb312709961a53b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1623462
Commit-Queue: jimmy gong <[email protected]>
Commit-Queue: Bailey Berro <[email protected]>
Auto-Submit: jimmy gong <[email protected]>
Reviewed-by: Bailey Berro <[email protected]>
Cr-Commit-Position: refs/heads/master@{#661967}
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 31daf5a1..befc5d3 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -3757,7 +3757,7 @@
      FEATURE_VALUE_TYPE(chromeos::features::kAutoScreenBrightness)},
 #endif  // defined(OS_CHROMEOS)
 
-     {"audio-worklet-realtime-thread",
+    {"audio-worklet-realtime-thread",
      flag_descriptions::kAudioWorkletRealtimeThreadName,
      flag_descriptions::kAudioWorkletRealtimeThreadDescription, kOsAll,
      FEATURE_VALUE_TYPE(blink::features::kAudioWorkletRealtimeThread)}