From 3e19c7512f12b24217ff5de8730eb74beb2dc93a Mon Sep 17 00:00:00 2001
From: Jean-Michel Picod <jmichel@google.com>
Date: Wed, 29 Apr 2020 11:40:14 +0200
Subject: [PATCH] Fix missing parentheses in regexp

---
 .github/python_matcher.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/python_matcher.json b/.github/python_matcher.json
index 2778f15..4c9a945 100644
--- a/.github/python_matcher.json
+++ b/.github/python_matcher.json
@@ -8,7 +8,7 @@
                     "file": 1
                 },
                 {
-                    "regexp": "^\\+\\+\\+\\s*([^\\s]*)\\s*\\(reformatted\\)$",
+                    "regexp": "^\\+\\+\\+\\s*([^\\s]*)\\s*\\((reformatted)\\)$",
                     "message": 2
                 },
                 {
-- 
GitLab