Skip to content

Commit

Permalink
Suppress ktlint re: functions named w/ ticks
Browse files Browse the repository at this point in the history
  • Loading branch information
twyatt committed Nov 3, 2023
1 parent 9b8f6fc commit 5668540
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/src/jsMain/kotlin/Cursor.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@file:Suppress("ktlint:standard:function-naming")

package com.juul.indexeddb

import com.juul.indexeddb.external.IDBCursor
Expand Down

0 comments on commit 5668540

Please sign in to comment.