From a3e0579812978608f43dabdc389edd373c7e0230 Mon Sep 17 00:00:00 2001 From: Aryan Naraghi Date: Sat, 9 May 2026 18:48:26 -0600 Subject: [PATCH] Fixes a malformed CODEOWNERS file --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 37780dc..43cd7c0 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,3 @@ # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception -* @aryann,bartholomaios +* @aryann @bartholomaios