Reformat xplat build files according to new formatting rules.

Summary: drop-conflicts

Reviewed By: zertosh

Differential Revision: D13610808

fbshipit-source-id: 52c2a90bba3d9b0ac383f6e4a76b4fb3e60bf382
This commit is contained in:
Taras Tsugrii
2019-01-10 19:57:40 -08:00
committed by Facebook Github Bot
parent ef2c693b05
commit 3467308874
4 changed files with 4 additions and 4 deletions

View File

@@ -3,6 +3,7 @@
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
load("//tools/build_defs:fb_native_wrapper.bzl", "fb_native")
load(
"//tools/build_defs/oss:yoga_defs.bzl",
"BASE_COMPILER_FLAGS",
@@ -10,7 +11,6 @@ load(
"yoga_cxx_library",
"yoga_dep",
)
load("//tools/build_defs:fb_native_wrapper.bzl", "fb_native")
COMPILER_FLAGS = BASE_COMPILER_FLAGS + ["-std=c++11"]