Skip to content

Commit 181ce59

Browse files
devversionjelbourn
authored andcommitted
build: format mdc-slider build file imports (#16919)
When the mdc-slider change landed, the PR was not rebased on top of the latest changes in `master`. Meaning that the buildifier alphabetical sorting rule was not enabled and the build file now fails the sort rule in `master`.
1 parent 64932e2 commit 181ce59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material-experimental/mdc-slider/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package(default_visibility = ["//visibility:public"])
22

33
load("@io_bazel_rules_sass//:defs.bzl", "sass_binary", "sass_library")
4-
load("//tools:defaults.bzl", "ng_e2e_test_library", "ng_module", "ng_test_library", "ng_web_test_suite")
54
load("//src/e2e-app:test_suite.bzl", "e2e_test_suite")
5+
load("//tools:defaults.bzl", "ng_e2e_test_library", "ng_module", "ng_test_library", "ng_web_test_suite")
66

77
ng_module(
88
name = "mdc-slider",

0 commit comments

Comments
 (0)