Bump black to version 23
[babeltrace.git] / tests / data / plugins / src.ctf.lttng-live / lttng_live_server.py
index 8ef7e5fd91fb7dff2089c8ba38474406ee15f3a1..4e4a9b6d87ab42de899f8f58b3cc96a70c7f2b85 100644 (file)
@@ -901,7 +901,6 @@ def _split_metadata_sections(metadata_file_path, raw_config_sections):
         # If the next section begins at the current line, create a
         # section with the metadata we gathered so far.
         if curr_line_number >= next_section_line_number:
-
             # Flushing the metadata of the current section.
             sections.append(
                 _LttngMetadataStreamSection(
This page took 0.040336 seconds and 4 git commands to generate.