mirror of https://github.com/usbharu/Hideout.git
style: fix lint (CI)
This commit is contained in:
parent
34a36b5ed5
commit
d1560f25aa
|
@ -19,4 +19,4 @@ class UriColumnType(val colLength: Int) : ColumnType<URI>() {
|
|||
override fun notNullValueToDB(value: URI): Any = value.toString()
|
||||
}
|
||||
|
||||
fun Table.uri(name: String, colLength: Int): Column<URI> = registerColumn(name, UriColumnType(colLength))
|
||||
fun Table.uri(name: String, colLength: Int): Column<URI> = registerColumn(name, UriColumnType(colLength))
|
||||
|
|
Loading…
Reference in New Issue