Skip to content

Commit

Permalink
Add a semicolon.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkatsev committed Nov 9, 2015
1 parent 25f7d80 commit 3d832d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/tech/tech.js
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ class Tech extends Component {
}

if (!Tech.isTech(tech)) {
throw new Error(`Tech ${name} must be a Tech`)
throw new Error(`Tech ${name} must be a Tech`);
}

Tech.techs_[name] = tech;
Expand Down

0 comments on commit 3d832d9

Please sign in to comment.