1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 10:39:25 +02:00

Remove another empty line.

This commit is contained in:
Simo Kinnunen 2014-05-13 19:15:36 +09:00
parent 52ff750504
commit 99ef24f93b

View file

@ -1,4 +1,3 @@
module.exports = function SettingsServiceFactory($localForage) { module.exports = function SettingsServiceFactory($localForage) {
return $localForage return $localForage
} }