From 2ebb8a32ef3d23164c28f8766a05b0afc65a3f0a Mon Sep 17 00:00:00 2001 From: Cassio Cabral Date: Tue, 15 Sep 2015 11:08:49 -0300 Subject: [PATCH] remove alguns ';' desnecessarios --- endpoints/video.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints/video.js b/endpoints/video.js index 7efed0b..a0e6582 100644 --- a/endpoints/video.js +++ b/endpoints/video.js @@ -24,7 +24,7 @@ function init(req, res) { } process(req, res); -}; +} function process(req, res) { var id = uuid.v4(); @@ -104,6 +104,6 @@ function callCore(id, video, subtitle, req, res) { console.log("=== Core: " + command_line); core.call(id, command_line, req, res); -}; +} module.exports.init = init; -- libgit2 0.21.2