mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-23 03:59:18 +00:00
fix line
This commit is contained in:
parent
4b44885998
commit
b0338743df
@ -3,7 +3,7 @@ const Viz = require('viz.js');
|
||||
const fs = require('fs');
|
||||
|
||||
class GraphGenerator {
|
||||
constructor(embark, options) {
|
||||
constructor(embark, _options) {
|
||||
const self = this;
|
||||
this.events = embark.events;
|
||||
this.contracts = [];
|
||||
@ -145,7 +145,7 @@ class GraphGenerator {
|
||||
}
|
||||
|
||||
getContract(contractName) {
|
||||
return this.contracts.find((contract) => { return contract.className === contractName });
|
||||
return this.contracts.find((contract) => { return contract.className === contractName; });
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user