Skip to content

Commit

Permalink
Format bzl files with new buildifier
Browse files Browse the repository at this point in the history
Summary: Build file formatting

Reviewed By: ttsugriy

Differential Revision: D9763531

fbshipit-source-id: f20b5e60df15f28dfed121cf6483f885895d5509
  • Loading branch information
nataliejameson authored and facebook-github-bot committed Sep 12, 2018
1 parent d5bac4c commit 5594946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.bzl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
load("@fbcode_macros//build_defs:platform_utils.bzl", "platform_utils")

def get_ppx_bin():
return 'third-party-buck/{}/build/ocaml-lwt_ppx/lib/lwt_ppx/ppx.exe'.format(platform_utils.get_platform_for_base_path(get_base_path()))
return "third-party-buck/{}/build/ocaml-lwt_ppx/lib/lwt_ppx/ppx.exe".format(platform_utils.get_platform_for_base_path(get_base_path()))

0 comments on commit 5594946

Please sign in to comment.