Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lalten committed Jul 17, 2023
1 parent 39af5f2 commit 9328323
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
load("@rules_appimage_py_deps//:requirements.bzl", "requirement")
load("@rules_cc//cc:defs.bzl", "cc_binary")
load("@rules_python//python:defs.bzl", "py_binary", "py_test")
load("//appimage:appimage.bzl", "appimage", "appimage_test")
load(":testrules.bzl", "rules_appimage_test_rule")
Expand Down Expand Up @@ -31,8 +32,8 @@ cc_binary(
name = "test_cc",
srcs = ["test.cc"],
env = {
"MY_BINARY_ENV": "not lost",
"MY_APPIMAGE_ENV": "original",
"MY_BINARY_ENV": "not lost",
},
)

Expand Down

0 comments on commit 9328323

Please sign in to comment.