Use Prettier for JS files (#3913)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
This commit is contained in:
@ -6,7 +6,7 @@ const ContextMockCaller = artifacts.require('ContextMockCaller');
|
||||
const { shouldBehaveLikeRegularContext } = require('./Context.behavior');
|
||||
|
||||
contract('Context', function (accounts) {
|
||||
const [ sender ] = accounts;
|
||||
const [sender] = accounts;
|
||||
|
||||
beforeEach(async function () {
|
||||
this.context = await ContextMock.new();
|
||||
|
||||
Reference in New Issue
Block a user