Skip to content

Commit

Permalink
Add missing end-of-line markers at end-of-file
Browse files Browse the repository at this point in the history
  • Loading branch information
samueltardieu committed Jan 28, 2023
1 parent 3f84b69 commit c7898e6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ markComment: >
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: false
closeComment: false
1 change: 0 additions & 1 deletion .github/workflows/codspeed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,3 @@ jobs:
name: Run benchmarks
with:
run: cargo codspeed run

4 changes: 2 additions & 2 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -187,11 +187,11 @@ wildcards = "allow"
# * all - Both lowest-version and simplest-path are used
highlight = "all"
# The default lint level for `default` features for crates that are members of
# the workspace that is being checked. This can be overriden by allowing/denying
# the workspace that is being checked. This can be overridden by allowing/denying
# `default` on a crate-by-crate basis if desired.
workspace-default-features = "allow"
# The default lint level for `default` features for external crates that are not
# members of the workspace. This can be overriden by allowing/denying `default`
# members of the workspace. This can be overridden by allowing/denying `default`
# on a crate-by-crate basis if desired.
external-default-features = "allow"
# List of crates that are allowed. Use with care!
Expand Down
2 changes: 1 addition & 1 deletion tests/aoc-2020-10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
2
34
10
3
3
2 changes: 1 addition & 1 deletion tests/aoc-2021-12.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ start-pj
he-WI
zg-he
pj-fs
start-RW
start-RW

0 comments on commit c7898e6

Please sign in to comment.