Skip to content

Commit d2e9f47

Browse files
committed
test: Remove trailing whitespace
1 parent fdbff10 commit d2e9f47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ jobs:
4242
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
4343
with:
4444
go-version: ${{env.GO_VERSION}}
45-
cache: true
45+
cache: true
4646
- name: Download Dependencies
4747
run: go mod download
4848
# needed because pkg/drivers/kvm/domain.go:28:2:
4949
- name: Install libvirt (Linux)
5050
if: runner.os == 'Linux'
5151
run: |
52-
sudo apt-get update
52+
sudo apt-get update
5353
sudo apt-get install -y libvirt-dev
5454
- name: Install make (Windows)
5555
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)