[fix] kobo/nickel_conf: Remove redundant 'return nil'

This commit is contained in:
David Engster
2018-04-06 21:50:59 +02:00
committed by Frans de Jonge
parent 9b67323326
commit f8d43b5c09

View File

@@ -85,7 +85,6 @@ function NickelConf.colorSetting.get()
if new_colorsetting then
return tonumber(new_colorsetting)
end
return nil
end
function NickelConf.autoColorEnabled.get()