Skip to content

Commit 2c48ddf

Browse files
author
SparkleBot
committed
Format JavaScript code
1 parent fedc6d7 commit 2c48ddf

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

mods/custom-repos.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ return class extends Mod {
3030
DO_MENU = false;
3131

3232
OPTIONS_FORMAT = [
33-
"Repository settings",
34-
{
35-
id: "repoURL",
36-
name: "Repository base URL",
37-
type: "string",
38-
default: "https://raw.githubusercontent.com/Mojavesoft-Group/SparkleMods/refs/heads/master/",
39-
},
40-
];
33+
"Repository settings",
34+
{
35+
id: "repoURL",
36+
name: "Repository base URL",
37+
type: "string",
38+
default: "https://raw.githubusercontent.com/Mojavesoft-Group/SparkleMods/refs/heads/master/",
39+
},
40+
];
4141

4242
main() {
4343
console.log(this.options.repoURL);
@@ -50,4 +50,4 @@ return class extends Mod {
5050
cleanupFunc() {
5151
window.__crackle__.addonRepoPath = "https://raw.githubusercontent.com/Mojavesoft-Group/SparkleMods/refs/heads/master/";
5252
}
53-
}
53+
}

0 commit comments

Comments
 (0)