Skip to content

Commit

Permalink
chore(builtin): apply lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Aug 17, 2020
1 parent 96d1543 commit dbfc4b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rollup/test/integration/foo/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ js_library(
name = "foo_lib",
package_name = "@foo/lib",
srcs = [
"user.d.ts",
":index.js",
":user.js",
"user.d.ts",
],
)

0 comments on commit dbfc4b6

Please sign in to comment.