Skip to content

Commit

Permalink
Formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sheinbergon committed Aug 23, 2024
1 parent ee9acd8 commit 6c694e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<junit.version>4.13.2</junit.version>
<junit-jupiter.version>5.10.1</junit-jupiter.version>
<junit-platform.version>1.10.1</junit-platform.version>
<kotlin.version>1.9.21</kotlin.version>
<kotlin.version>1.9.24</kotlin.version>
<kotest.version>5.7.2</kotest.version>
<joda.version>2.9</joda.version>
<detekt.version>1.23.4</detekt.version>
<detekt.version>1.23.5</detekt.version>
<carrotsearch.version>0.7.0</carrotsearch.version>
<arrow-memory-netty.version>12.0.1</arrow-memory-netty.version>
</properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
import com.dremio.exec.expr.annotations.FunctionTemplate;
import com.dremio.exec.expr.annotations.Output;
import com.dremio.exec.expr.annotations.Param;
import org.locationtech.jts.operation.valid.IsSimpleOp;

@FunctionTemplate(
name = "ST_IsSimple",
Expand Down

0 comments on commit 6c694e0

Please sign in to comment.