mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
Fixed code indentation
This commit is contained in:
parent
e8aedd85f5
commit
5a44357b84
@ -33,7 +33,7 @@ define(function(require, module, exports) {
|
||||
emit.setMaxListeners(100);
|
||||
|
||||
var loadFilesAtInit = options.loadFilesAtInit;
|
||||
var ideProviderName = options.ideProviderName || "Cloud9";
|
||||
var ideProviderName = options.ideProviderName || "Cloud9";
|
||||
|
||||
var PREFIX = "/////";
|
||||
var XPREVIEW = /\.(gz|tar|tgz|zip|rar|jar|exe|pyc|pdf)$/;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user