function onClangFormatFinished()

in index.js [24:27]


    function onClangFormatFinished() {
      file.contents = Buffer.from(formatted, 'utf-8');
      done(null, file);
    }