mirror of
https://github.com/usbharu/Hideout.git
synced 2026-09-26 15:01:09 +00:00
style: fix lint (CI)
This commit is contained in:
committed by
github-actions[bot]
parent
34a36b5ed5
commit
d1560f25aa
+1
-1
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user