We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d84eaf commit 38a4709Copy full SHA for 38a4709
1 file changed
src/main/kotlin/com/github/lppedd/cc/configuration/CCDefaultTokensService.kt
@@ -168,6 +168,7 @@ internal class CCDefaultTokensService(private val project: Project) {
168
val footerTypes = when (val it = rootJsonObject.opt("footerTypes")) {
169
is JSONObject -> buildFooterTypes(it)
170
is JSONArray -> buildFooterTypesArray(it)
171
+ null -> emptyMap()
172
else -> error("Should never get here")
173
}
174
0 commit comments