From 48a87ea444db6345d8850fe8e968448ce2f4eff8 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sun, 16 Apr 2023 09:56:21 +0200 Subject: [PATCH] CI: Fix the failing end-of-line fixer A simple fix to get the CI tests to be green again... The `end-of-line fixer` requires that each text file ends with one and only one blank line. --- rethinkdb/cli/_repl.py | 1 - 1 file changed, 1 deletion(-) diff --git a/rethinkdb/cli/_repl.py b/rethinkdb/cli/_repl.py index ec9df6e..95b6de7 100644 --- a/rethinkdb/cli/_repl.py +++ b/rethinkdb/cli/_repl.py @@ -38,4 +38,3 @@ def cmd_repl(ctx): """ click.echo(f"repl command: {ctx}") -