Skip to content

Commit

Permalink
style(core): remove unnecessary semicolon from class definition in ma…
Browse files Browse the repository at this point in the history
…ke.ts (#530)
  • Loading branch information
Johnny Robeson authored and MarshallOfSound committed Jul 13, 2018
1 parent c014d5c commit 8ccff56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/core/src/api/make.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import packager from './package';

const { hostArch } = require('electron-packager/targets');

class MakerImpl extends MakerBase<any> { name = 'impl'; defaultPlatforms = []; };
class MakerImpl extends MakerBase<any> { name = 'impl'; defaultPlatforms = []; }

export interface MakeOptions {
/**
Expand Down

0 comments on commit 8ccff56

Please sign in to comment.