Skip to content

Commit 43a8302

Browse files
fix format
1 parent fd602e6 commit 43a8302

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

BUILD

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
load("@score_docs_as_code//:docs.bzl", "docs")
2+
13
# *******************************************************************************
24
# Copyright (c) 2025 Contributors to the Eclipse Foundation
35
#
@@ -10,8 +12,7 @@
1012
#
1113
# SPDX-License-Identifier: Apache-2.0
1214
# *******************************************************************************
13-
load("@score_tooling//:defs.bzl", "copyright_checker", "dash_license_checker", "use_format_targets", "setup_starpls")
14-
load("@score_docs_as_code//:docs.bzl", "docs")
15+
load("@score_tooling//:defs.bzl", "copyright_checker", "dash_license_checker", "setup_starpls", "use_format_targets")
1516
load("//:project_config.bzl", "PROJECT_CONFIG")
1617

1718
setup_starpls(

MODULE.bazel

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ bazel_dep(name = "googletest", version = "1.17.0")
3232
# Rust rules for Bazel
3333
bazel_dep(name = "rules_rust", version = "0.63.0")
3434

35-
3635
# C/C++ rules for Bazel
3736
bazel_dep(name = "rules_cc", version = "0.2.1")
3837

@@ -49,7 +48,6 @@ use_repo(llvm, "llvm_toolchain_llvm")
4948

5049
register_toolchains("@llvm_toolchain//:all")
5150

52-
5351
# tooling
5452
bazel_dep(name = "score_tooling", version = "1.0.1")
5553
bazel_dep(name = "aspect_rules_lint", version = "1.5.3")

0 commit comments

Comments
 (0)