Skip to content

Commit

Permalink
Fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Corbin Smith committed Nov 16, 2020
1 parent 430dace commit 8cc1f9a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions kotlin/internal/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ load("@bazel_skylib//:bzl_library.bzl", "bzl_library")

kt_kotlinc_options(
name = "default_kotlinc_options",
# Used internally as the rule default. This should be
# Used internally as the rule default. This should be
# considered an implementation detail and not used externally
visibility = ["//visibility:public"],
)

kt_javac_options(
name = "default_javac_options",
# Used internally as the rule default. This should be
# Used internally as the rule default. This should be
# considered an implementation detail and not used externally
visibility = ["//visibility:public"],
)
Expand Down
4 changes: 2 additions & 2 deletions kotlin/kotlin.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ load(
load(
"//kotlin:rules.bzl",
_define_kt_toolchain = "define_kt_toolchain",
_kt_kotlinc_options = "kt_kotlinc_options",
_kt_javac_options = "kt_javac_options",
_kt_android_library = "kt_android_library",
_kt_compiler_plugin = "kt_compiler_plugin",
_kt_javac_options = "kt_javac_options",
_kt_js_import = "kt_js_import",
_kt_js_library = "kt_js_library",
_kt_jvm_binary = "kt_jvm_binary",
_kt_jvm_import = "kt_jvm_import",
_kt_jvm_library = "kt_jvm_library",
_kt_jvm_test = "kt_jvm_test",
_kt_kotlinc_options = "kt_kotlinc_options",
_kt_register_toolchains = "kt_register_toolchains",
)

Expand Down
2 changes: 1 addition & 1 deletion kotlin/rules.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ load(
)
load(
"//kotlin/internal:opts.bzl",
_kt_kotlinc_options = "kt_kotlinc_options",
_kt_javac_options = "kt_javac_options",
_kt_kotlinc_options = "kt_kotlinc_options",
)
load(
"//kotlin/internal/jvm:jvm.bzl",
Expand Down

0 comments on commit 8cc1f9a

Please sign in to comment.