mirror of
https://github.com/zulip/zulip.git
synced 2025-11-22 07:21:23 +00:00
Put spaces after "function" in JS code (cosmetic).
(imported from commit 7579547bfed70b3e53122109d0d6f30ea01f5ac3)
This commit is contained in:
@@ -153,7 +153,7 @@ function set_tutorial_status(status, callback) {
|
||||
});
|
||||
}
|
||||
|
||||
exports.is_running = function() {
|
||||
exports.is_running = function () {
|
||||
return is_running;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user