We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
antlr
1 parent 05f9305 commit 66dbf82Copy full SHA for 66dbf82
1 file changed
src/nodes/ContractDefinition.js
@@ -22,7 +22,8 @@ const specifiers = (node, path, print) => {
22
document.push([
23
'layout at',
24
printSeparatedItem(path.call(print, 'storageLayout'), {
25
- firstSeparator: line
+ firstSeparator: line,
26
+ lastSeparator: node.baseContracts.length === 0 ? line : ''
27
})
28
]);
29
}
0 commit comments