Skip to content

Commit e4eaccd

Browse files
committed
chore: add eol at eof where missing
1 parent b644110 commit e4eaccd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/tests.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,5 @@ jobs:
4040
run: mix credo --strict
4141

4242
- name: Test code
43-
run: mix test --cover
43+
run: mix test --cover
44+

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ crux_gateway-*.tar
3030
# Test file
3131
lib/test.ex
3232

33-
_*/
33+
_*/

0 commit comments

Comments
 (0)