UNPKG

solhint

Version:
14 lines (12 loc) 436 B
const { multiLine } = require('../../common/contract-builder') module.exports = multiLine( ' if (a > b) { ', ' if (b > c) { ', ' if (c > d) { ', ' } ', ' } ', ' } ', 'for (i = 0; i < b; i += 1) { } ', 'do { d++; } while (b > c); ', 'while (d > e) { } ' )