Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
comius committed Sep 29, 2023
1 parent 39f1774 commit 9118a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/bootstrap.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
load("@rules_java//java:defs.bzl", "JavaInfo", "java_binary", "java_import")
load("@rules_java//java:defs.bzl", "java_binary", "java_import")
load("//third_party:jarjar.bzl", "jar_jar")
load("//kotlin:jvm.bzl", _for_ide = "kt_jvm_library")
load("//kotlin:lint.bzl", _ktlint_fix = "ktlint_fix", _ktlint_test = "ktlint_test")
Expand Down

0 comments on commit 9118a91

Please sign in to comment.