From 990f9e5a8dd3851e63cf1bbf36f608bccfede27a Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Wed, 30 Sep 2020 17:04:48 +0000 Subject: [PATCH] Restyled by prettier-yaml --- lgtm.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lgtm.yml b/lgtm.yml index 12864c0f3d5056..760476a8bbae9f 100644 --- a/lgtm.yml +++ b/lgtm.yml @@ -5,7 +5,8 @@ extraction: - g++-6 configure: # Customizable step used only by C/C++ extraction. command: - - source scripts/bootstrap.sh && gn gen out/custom --args='target_os="linux_x64"' + - source scripts/bootstrap.sh && gn gen out/custom + --args='target_os="linux_x64"' index: # Customizable step used by all languages. build_command: - cd out/custom && ninja