mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
js: Remove extra consecutive spaces.
Prettier would do this anyway, but it’s separated out for a more reviewable diff. Generated by ESLint. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
883e2fd325
commit
8046b6477a
@@ -1,5 +1,5 @@
|
||||
const util = require("./util");
|
||||
require("unorm"); // String.prototype.normalize polyfill for IE11
|
||||
require("unorm"); // String.prototype.normalize polyfill for IE11
|
||||
const FoldDict = require("./fold_dict").FoldDict;
|
||||
const typeahead = require("../shared/js/typeahead");
|
||||
const settings_data = require("./settings_data");
|
||||
|
||||
Reference in New Issue
Block a user