Skip to content

Commit

Permalink
Format pluginService.ts (#906)
Browse files Browse the repository at this point in the history
  • Loading branch information
auxves authored and shanalikhan committed Jun 10, 2019
1 parent 9b6f9b5 commit 8e129ff
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/service/pluginService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,7 @@ export class PluginService {
return selectedExtension;
} catch (err) {
throw new Error(
`Sync : Unable to delete extension ${selectedExtension.name} ${
selectedExtension.version
}: ${err}`
`Sync : Unable to delete extension ${selectedExtension.name} ${selectedExtension.version}: ${err}`
);
}
})
Expand Down

0 comments on commit 8e129ff

Please sign in to comment.