Fix style errors

This commit is contained in:
Michael Howell 2024-03-16 23:01:47 -07:00
parent 5b44bfda7f
commit 2e368bfe9e
2 changed files with 2 additions and 2 deletions

View file

@ -346,7 +346,7 @@ function preLoadCss(cssUrl) {
const list = await descShard.promise;
return list[descIndex];
},
loadedDescShard: function (crate, shard, data) {
loadedDescShard: function(crate, shard, data) {
this.descShards.get(crate)[shard].resolve(data.split("\n"));
},
};

View file

@ -426,7 +426,7 @@ function loadSearchJS(doc_folder, resource_suffix) {
const list = await descShard.promise;
return list[descIndex];
},
loadedDescShard: function (crate, shard, data) {
loadedDescShard: function(crate, shard, data) {
//console.log(this.descShards);
this.descShards.get(crate)[shard].resolve(data.split("\n"));
},