From 8343f074a26aebe43a4806ffd81ff766c14aa412 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Sun, 1 Dec 2024 10:02:57 -0800 Subject: [PATCH] style: fix trailing whitespace in test file --- tests/basic/test_watch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/basic/test_watch.py b/tests/basic/test_watch.py index 4f3dba548..729cc73f0 100644 --- a/tests/basic/test_watch.py +++ b/tests/basic/test_watch.py @@ -13,7 +13,7 @@ def test_ai_comment_pattern(): "# AI! another urgent one", # JavaScript style "//ai do something", - "//AI make this better", + "//AI make this better", "//ai! urgent change needed", "//AI! another urgent one", "// ai with space",