UNPKG

prettier-plugin-solidity

Version:

A Prettier Plugin for automatically formatting your Solidity code.

9 lines (8 loc) 151 B
export const AssemblyIf = { print: ({ path, print }) => [ 'if ', path.call(print, 'condition'), ' ', path.call(print, 'body') ] };