From 4db7c7ef26d62f14d20ab628917866a2d9e45bc0 Mon Sep 17 00:00:00 2001 From: Mitchell Gale Date: Wed, 16 Aug 2023 13:33:42 -0700 Subject: [PATCH] [Spotless] Applying Google Code Format for ppl files #12 (#1972) * Spotless apply on PPL (#339) Signed-off-by: Mitchell Gale * Update ppl/src/test/java/org/opensearch/sql/ppl/parser/AstExpressionBuilderTest.java Co-authored-by: Guian Gumpac Signed-off-by: Mitchell Gale --------- Signed-off-by: Mitchell Gale Signed-off-by: Mitchell Gale Co-authored-by: Guian Gumpac --- build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4f5813fb22..a49c429831 100644 --- a/build.gradle +++ b/build.gradle @@ -86,7 +86,8 @@ spotless { target fileTree('.') { include 'common/**/*.java', 'datasources/**/*.java', - 'core/**/*.java' + 'core/**/*.java', + 'ppl/**/*.java' exclude '**/build/**', '**/build-*/**' } importOrder()