Skip to content

Commit f919a32

Browse files
whitespace adjustments, no changes
1 parent cf15c34 commit f919a32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/get_contributors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const graphqlWithAuth = graphql.defaults({
1010
module.exports = async function (filepath) {
1111
// Translate Windows-style paths to Unix-style paths.
1212
filepath = filepath.replace(/\\/g, "/")
13-
const { repository: { object: { history }}} = await graphqlWithAuth(
13+
const { repository: { object: { history } } } = await graphqlWithAuth(
1414
`{
1515
repository(owner: "InnerSourceCommons", name: "InnerSourceLearningPath") {
1616
object(expression: "main") {

0 commit comments

Comments
 (0)