Skip to content

Commit 1e98a15

Browse files
committed
Run IntelliJ IDEA Code Cleanup
`check` passes locally.
1 parent 8888958 commit 1e98a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exposed/src/main/kotlin/com/huanshankeji/exposed/Statements.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ fun <T : Table> T.deleteIgnoreWhereStatement(
9090
// to access the protected `arguments` in the super class
9191
class HelperInsertStatement<Key : Any>(table: Table, isIgnore: Boolean = false) :
9292
InsertStatement<Key>(table, isIgnore) {
93-
public override var arguments: List<List<Pair<Column<*>, Any?>>>?
93+
override var arguments: List<List<Pair<Column<*>, Any?>>>?
9494
get() = super.arguments
9595
set(value) {
9696
super.arguments = value

0 commit comments

Comments
 (0)