Skip to content

Commit

Permalink
remove remaining core foodcritic annotations
Browse files Browse the repository at this point in the history
Differential Revision: D53142318

fbshipit-source-id: 93002dfde1f1c440212a6b453ac4e1552e4e5570
  • Loading branch information
dafyddcrosby authored and facebook-github-bot committed Jan 29, 2024
1 parent 0b3e77a commit 63a767d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itchef/cookbooks/fb_launchd/resources/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def launchd_resource(label, action, attrs = {})
"and attributes #{attrs}",
)
return unless label
res = launchd label do # ~FC022
res = launchd label do
action action.to_sym
if attrs['only_if']
only_if { attrs['only_if'].call }
Expand Down

0 comments on commit 63a767d

Please sign in to comment.