Skip to content

Commit

Permalink
speedreader: fix gn format lint
Browse files Browse the repository at this point in the history
Items must be sorted to pass ci.
  • Loading branch information
rillian committed Sep 20, 2023
1 parent 059c753 commit a0632f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/rust/kuchikiki/v0_8/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ cargo_crate("lib") {
deps = [
"//brave/third_party/rust/cssparser/v0_27:lib",
"//brave/third_party/rust/html5ever/v0_25:lib",
"//third_party/rust/indexmap/v1:lib",
"//brave/third_party/rust/matches/v0_1:lib",
"//brave/third_party/rust/selectors/v0_22:lib",
"//third_party/rust/indexmap/v1:lib",
]
}

0 comments on commit a0632f5

Please sign in to comment.