summaryrefslogtreecommitdiffstats
path: root/qos-model.lua
diff options
context:
space:
mode:
Diffstat (limited to 'qos-model.lua')
-rw-r--r--qos-model.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/qos-model.lua b/qos-model.lua
index c78dd9e..a1d8ce5 100644
--- a/qos-model.lua
+++ b/qos-model.lua
@@ -56,7 +56,7 @@ end
function mymodule.get_startstop(self, clientdata)
return modelfunctions.get_startstop(clientdata.init)
end
-
+
function mymodule.startstop_service(self, startstop, action)
return modelfunctions.startstop_service(startstop, action)
end