Skip to content

Commit a7acb01

Browse files
author
Maciek Swiech
committed
newline at EOF
1 parent b658b8c commit a7acb01

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ python:
66
dist: bionic
77
install:
88
- pip install -r requirements.txt
9-
script: ./test.sh
9+
script: ./test.sh

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
psutil==5.7.0
1+
psutil==5.7.0

test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env bash
22

3-
./test/libs/bats/bin/bats test/*.bats
3+
./test/libs/bats/bin/bats test/*.bats

test/basic_test.bats

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ load test_helper
1414
get_themes
1515
assert_success
1616
assert [ ${#themes[@]} -gt 0 ]
17-
}
17+
}

test/test_helper.bash

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
source bashtop
1+
source bashtop

0 commit comments

Comments
 (0)