From 10911c9be674778f025534e579524cf15aa9dcea Mon Sep 17 00:00:00 2001 From: Anne-Julia Seitz Date: Sat, 26 Nov 2022 23:08:53 +0100 Subject: [PATCH] CI: add empty lines at end of files --- assets/App/selectors.js | 2 +- assets/Gallery/Gallery.js | 2 +- assets/index.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/App/selectors.js b/assets/App/selectors.js index c48bf8d6..4d95c7b6 100644 --- a/assets/App/selectors.js +++ b/assets/App/selectors.js @@ -1,3 +1,3 @@ export const getResourceById = (state, id) => state.app.resources[id] -export const getLicences = (state) => state.app.content.licences \ No newline at end of file +export const getLicences = (state) => state.app.content.licences diff --git a/assets/Gallery/Gallery.js b/assets/Gallery/Gallery.js index 90b2f915..17daa1e6 100644 --- a/assets/Gallery/Gallery.js +++ b/assets/Gallery/Gallery.js @@ -78,4 +78,4 @@ function Gallery() { const mapStateToProps = state => ({ }) -export default connect(mapStateToProps)(Gallery) \ No newline at end of file +export default connect(mapStateToProps)(Gallery) diff --git a/assets/index.css b/assets/index.css index 593a5a2b..72f76751 100644 --- a/assets/index.css +++ b/assets/index.css @@ -18,4 +18,4 @@ h1, h1, h3, h4, h5 { margin-top: 0.25rem; font-size: .875em; color: #ff9900; -} \ No newline at end of file +}