Skip to content

Commit f644312

Browse files
committed
Trim trailing whitespace
1 parent 0dc8d3c commit f644312

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/full-check.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77

88
runs-on: ubuntu-latest
9-
9+
1010
steps:
1111
- uses: actions/checkout@v2
1212
- name: install_dependencies
@@ -18,7 +18,7 @@ jobs:
1818
make
1919
sudo make install
2020
sudo make uninstall
21-
make distclean
21+
make distclean
2222
- name: second_build
2323
run: |
2424
./autogen.sh
@@ -29,4 +29,3 @@ jobs:
2929
run: |
3030
rdate 2>&1 | grep Usage
3131
rdate -pn4v ntp.on.br
32-

0 commit comments

Comments
 (0)