UNPKG

prettier-plugin-solidity

Version:

A Prettier Plugin for automatically formatting your Solidity code.

9 lines 209 B
export const AssemblyIf = { print: ({ path, print }) => [ 'if ', path.call(print, 'condition'), ' ', path.call(print, 'body') ] }; //# sourceMappingURL=AssemblyIf.js.map