Skip to content

Commit 4db7c7e

Browse files
MitchellGaleGumpacG
andcommitted
[Spotless] Applying Google Code Format for ppl files #12 (opensearch-project#1972)
* Spotless apply on PPL (#339) Signed-off-by: Mitchell Gale <[email protected]> * Update ppl/src/test/java/org/opensearch/sql/ppl/parser/AstExpressionBuilderTest.java Co-authored-by: Guian Gumpac <[email protected]> Signed-off-by: Mitchell Gale <[email protected]> --------- Signed-off-by: Mitchell Gale <[email protected]> Signed-off-by: Mitchell Gale <[email protected]> Co-authored-by: Guian Gumpac <[email protected]>
1 parent 0179dd2 commit 4db7c7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ spotless {
8686
target fileTree('.') {
8787
include 'common/**/*.java',
8888
'datasources/**/*.java',
89-
'core/**/*.java'
89+
'core/**/*.java',
90+
'ppl/**/*.java'
9091
exclude '**/build/**', '**/build-*/**'
9192
}
9293
importOrder()

0 commit comments

Comments
 (0)