Skip to content

Commit 10ae611

Browse files
committed
bzlmod: format
Signed-off-by: Matt Leon <mattleon@google.com>
1 parent 5d26819 commit 10ae611

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

bazel/extensions.bzl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
1615
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
16+
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
1717
load("//bazel/cargo/wasmtime/remote:crates.bzl", _wasmtime_crate_repositories = "crate_repositories")
1818

1919
def _wasmtime_crates_impl(ctx):
@@ -162,4 +162,3 @@ def _wasmedge_impl(ctx):
162162
wasmedge = module_extension(
163163
implementation = _wasmedge_impl,
164164
)
165-

0 commit comments

Comments
 (0)