Skip to content

Commit

Permalink
fix(Code): Bad indentation / alignment in "Add NullUpdateProvider for…
Browse files Browse the repository at this point in the history
… good measure" commit
  • Loading branch information
DGAlexandru committed Jan 8, 2025
1 parent 28f1bbb commit 7daeb9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const NoCloudUpdateProvider = require("./NoCloudUpdateProvider");

class NullUpdateProvider extends NoCloudUpdateProvider {
/**
* @return {Promise<Array<import("./NoCloudRelease")>>}
* @return {Promise<Array<import("./NoCloudRelease")>>}
*/
async fetchReleases() {
return [];
Expand Down

0 comments on commit 7daeb9e

Please sign in to comment.