Re: [PATCH v5 01/13] scripts: generate_rust_analyzer.py: add missing whitespace
From: Trevor Gross
Date: Thu Apr 17 2025 - 02:50:58 EST
On Tue, Mar 25, 2025 at 3:06 PM Tamir Duberstein <tamird@xxxxxxxxx> wrote:
>
> Add a space before the `/` operator for consistency with surrounding
> code and code formatting tools. Add a second newline between top-level
> items in accordance with PEP 8[1]:
>
> > Surround top-level function and class definitions with two blank
> lines.
>
> This change was made by a code formatting tool.
>
> Link: https://peps.python.org/pep-0008/ [1]
> Reviewed-by: Fiona Behrens <me@xxxxxxxxxx>
> Reviewed-by: Daniel Almeida <daniel.almeida@xxxxxxxxxxxxx>
> Tested-by: Daniel Almeida <daniel.almeida@xxxxxxxxxxxxx>
> Signed-off-by: Tamir Duberstein <tamird@xxxxxxxxx>
> ---
> scripts/generate_rust_analyzer.py | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
Reviewed-by: Trevor Gross <tmgross@xxxxxxxxx>