Skip to content

Commit

Permalink
Re-format BUCK to use recommended style.
Browse files Browse the repository at this point in the history
Summary:
These files previously could not be formatted because they
had complex syntax `buildifier` did not support. Now it supports it
so it's time to format things nicely.

Differential Revision: D8073536

fbshipit-source-id: b02ef7ba736cef19dd204a2e71382bd1a4336d3d
  • Loading branch information
ttsugriy authored and facebook-github-bot committed May 21, 2018
1 parent 86aa509 commit e375486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/BUCK
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
load("//oss_defs:SOLOADER_DEFS", "maven_library", "define_list_deps_target")
load("//oss_defs:SOLOADER_DEFS", "define_list_deps_target", "maven_library")

maven_library(
name = "jsr-305",
Expand Down

0 comments on commit e375486

Please sign in to comment.