Skip to content
This repository has been archived by the owner on Mar 5, 2021. It is now read-only.

Commit

Permalink
SupCore: Whitespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
elisee committed Oct 2, 2015
1 parent 6fac052 commit ed27dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SupCore/data/base/Resource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default class Resource extends Hash {
fs.readFile(path.join(resourcePath, "resource.json"), { encoding: "utf8" }, (err, json) => {
if (err != null) {
if (err.code === "ENOENT") {
this.init( () => { this.emit("load") } );
this.init(() => { this.emit("load") });
return;
}

Expand Down

0 comments on commit ed27dea

Please sign in to comment.