[llvm] [TEST DO NOT MERGE] (PR #67238)

Tobias Hieta via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 23 06:44:44 PDT 2023


https://github.com/tru updated https://github.com/llvm/llvm-project/pull/67238

>From 2d1cd468f37dfb74426ecf8bf180a5a28041c945 Mon Sep 17 00:00:00 2001
From: Tobias Hieta <tobias at hieta.se>
Date: Sat, 23 Sep 2023 15:36:02 +0200
Subject: [PATCH] Update code-format-helper.py

---
 llvm/utils/git/code-format-helper.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/llvm/utils/git/code-format-helper.py b/llvm/utils/git/code-format-helper.py
index 8d3c30b309d015d..e2c209139604f5e 100644
--- a/llvm/utils/git/code-format-helper.py
+++ b/llvm/utils/git/code-format-helper.py
@@ -17,6 +17,7 @@
 import github
 from github import IssueComment, PullRequest
 
+foo =    ' bar'
 
 class FormatHelper:
     COMMENT_TAG = "<!--LLVM CODE FORMAT COMMENT: {fmt}-->"



More information about the llvm-commits mailing list