Use Prettier for JS files (#3913)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
This commit is contained in:
@ -7,7 +7,5 @@ contract('ERC165', function () {
|
||||
this.mock = await ERC165.new();
|
||||
});
|
||||
|
||||
shouldSupportInterfaces([
|
||||
'ERC165',
|
||||
]);
|
||||
shouldSupportInterfaces(['ERC165']);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user