Skip to content

Commit

Permalink
ktlintFormat
Browse files Browse the repository at this point in the history
  • Loading branch information
johnedquinn committed Nov 30, 2023
1 parent 987a314 commit 7441141
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ internal class RunnablePipeline(
)

internal sealed interface Output {
data class Result(val result: PartiQLResult): Output
data class Error(val throwable: Throwable): Output
data class Result(val result: PartiQLResult) : Output
data class Error(val throwable: Throwable) : Output
}
}
1 change: 0 additions & 1 deletion partiql-cli/src/main/kotlin/org/partiql/cli/shell/Shell.kt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ import org.partiql.cli.format.ExplainFormatter
import org.partiql.cli.pipeline.AbstractPipeline
import org.partiql.lang.SqlException
import org.partiql.lang.eval.Bindings
import org.partiql.lang.eval.EvaluationException
import org.partiql.lang.eval.EvaluationSession
import org.partiql.lang.eval.ExprValue
import org.partiql.lang.eval.PartiQLResult
Expand Down

0 comments on commit 7441141

Please sign in to comment.