Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
[codemod][fbcode/caffe2] Apply all buildifier fixes
Browse files Browse the repository at this point in the history
Test Plan: Visual inspection. Sandcastle.

Reviewed By: zsol

Differential Revision: D31144864

fbshipit-source-id: f8e65fec69f88d03048df9edb98969d648eb6981
  • Loading branch information
zertosh authored and facebook-github-bot committed Sep 23, 2021
1 parent d07b2cb commit c015cba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/rules/workspace.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ def _impl(repository_ctx):
_patched_rule = repository_rule(
implementation = _impl,
attrs = {
"patches": attr.label_list(),
"patch_strip": attr.int(),
"build_file": attr.label(),
"patch_strip": attr.int(),
"patches": attr.label_list(),
},
)

Expand Down

0 comments on commit c015cba

Please sign in to comment.