Skip to content

Commit

Permalink
Fix Lint check buildifier reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
Rd4dev committed Jul 5, 2024
1 parent 9e4386a commit 9193d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ kt_jvm_binary(
testonly = True,
main_class = "org.oppia.android.scripts.wiki.WikiTableOfContentsCheckKt",
runtime_deps = [
"//scripts/src/java/org/oppia/android/scripts/wiki:wiki_table_of_contents_check_lib"
"//scripts/src/java/org/oppia/android/scripts/wiki:wiki_table_of_contents_check_lib",
],
)

Expand Down

0 comments on commit 9193d15

Please sign in to comment.