Skip to content

Commit 265e9d8

Browse files
authored
fix: buildifier complaint (#394)
Signed-off-by: Martijn Stevenson <[email protected]>
1 parent 7e00fee commit 265e9d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
load("@rules_cc//cc:defs.bzl", "cc_library")
1615
load(
1716
"@proxy_wasm_cpp_host//bazel:select.bzl",
1817
"proxy_wasm_select_engine_null",
@@ -22,6 +21,7 @@ load(
2221
"proxy_wasm_select_engine_wasmtime",
2322
"proxy_wasm_select_engine_wavm",
2423
)
24+
load("@rules_cc//cc:defs.bzl", "cc_library")
2525

2626
licenses(["notice"]) # Apache 2
2727

0 commit comments

Comments
 (0)