From 2b9a410447134a2e02b1330af2561ce8b351b4aa Mon Sep 17 00:00:00 2001 From: Alexander Lanin Date: Fri, 7 Aug 2026 02:59:27 +0200 Subject: [PATCH] chore(bazel): make module declarations one line --- MODULE.bazel | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index 15a24b4b..6121d59e 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -11,11 +11,7 @@ # SPDX-License-Identifier: Apache-2.0 # ******************************************************************************* -module( - name = "score_tooling", - version = "0.0.0", - compatibility_level = 1, -) +module(name = "score_tooling") ############################################################################### # Core Dependencies