Skip to content

Commit

Permalink
Add line endings
Browse files Browse the repository at this point in the history
  • Loading branch information
EarthlingDavey committed Jan 7, 2025
1 parent 17c8a83 commit 086ff33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf/node/controllers/generate-indexes.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ export const generateAgencyIndex = async (
</html>`;

return html;
};
};
2 changes: 1 addition & 1 deletion conf/node/controllers/generate-indexes.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ describe("generateAgencyIndex", () => {
);
expect(result).toMatchSnapshot();
});
});
});

0 comments on commit 086ff33

Please sign in to comment.