Skip to content

Commit

Permalink
CI: add empty lines at end of files
Browse files Browse the repository at this point in the history
  • Loading branch information
dazz committed Nov 26, 2022
1 parent 8d0cfbf commit 10911c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/App/selectors.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

export const getResourceById = (state, id) => state.app.resources[id]
export const getLicences = (state) => state.app.content.licences
export const getLicences = (state) => state.app.content.licences
2 changes: 1 addition & 1 deletion assets/Gallery/Gallery.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ function Gallery() {
const mapStateToProps = state => ({
})

export default connect(mapStateToProps)(Gallery)
export default connect(mapStateToProps)(Gallery)
2 changes: 1 addition & 1 deletion assets/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ h1, h1, h3, h4, h5 {
margin-top: 0.25rem;
font-size: .875em;
color: #ff9900;
}
}

0 comments on commit 10911c9

Please sign in to comment.