diff --git a/github-actions/pr-instructions/create-instruction.js b/github-actions/pr-instructions/create-instruction.js index 7d936696c4..8360ac9a6c 100644 --- a/github-actions/pr-instructions/create-instruction.js +++ b/github-actions/pr-instructions/create-instruction.js @@ -2,7 +2,7 @@ var github; var context; const fs = require('fs'); - +// nonsense /** * Uses information from the pull request to create commandline instructions. * @param {Object} g - github object @@ -91,4 +91,4 @@ async function compositeInstruction() { return pullRequestHeader + completedPullInstruction + completedContribInstruction; } -module.exports = main \ No newline at end of file +module.exports = main