prettier/tests/insert-pragma/module-without-docblock.js

4 lines
45 B
JavaScript

function foo(bar) {
return bar + 3 + 4;
}