From debfcf418af6037144cd9319b379b491170d4b2c Mon Sep 17 00:00:00 2001 From: Alexander Lanin Date: Fri, 7 Aug 2026 02:58:57 +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 19aa03e7..7a768a98 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -10,11 +10,7 @@ # # SPDX-License-Identifier: Apache-2.0 # ******************************************************************************* -module( - name = "score_time", - version = "0.0.0", - compatibility_level = 0, -) +module(name = "score_time") ## Configure the C++ toolchain