Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Emily Dobervich committed Nov 14, 2023
1 parent 2167cef commit e86fe50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class EntityFetcherRegistry {
val coercionEnabled = mutableMapOf<String, Boolean>()
val entityFetcherInputMappings = mutableMapOf<String, Map<List<String>, Coercing<*, *>>>()

fun isCoercionEnabled(typename: String) : Boolean {
fun isCoercionEnabled(typename: String): Boolean {
if (coercionEnabled.containsKey(typename)) {
return coercionEnabled[typename]!!
}
Expand Down

0 comments on commit e86fe50

Please sign in to comment.