Skip to content

Commit 621a949

Browse files
authored
Apply suggestions from code review
Add newlines at end of files
1 parent 7a938b5 commit 621a949

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tests_link_nvidia_host_libraries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,4 +193,4 @@ jobs:
193193
# Check for message indicating that libraries are already linked
194194
echo "$output" | grep "have already been linked" || { echo "Missing 'already linked' message"; exit 1; }
195195
196-
echo "Second normal run test passed"
196+
echo "Second normal run test passed"

tests/nvidia-libs/mock-nvidia-libs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ echo "linux-vdso.so.1 => (0x00007ffca39ed000)"
6969
echo "libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f2ace77e000)"
7070
echo "/lib64/ld-linux-x86-64.so.2 (0x00007f2aceb41000)"
7171
EOF
72-
chmod +x /tmp/ldconfig/ldd
72+
chmod +x /tmp/ldconfig/ldd

tests/nvidia-libs/mock-nvidia-smi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ Mon Feb 26 10:30:45 2024
3232
+-----------------------------------------------------------------------------+
3333
EOF
3434
exit 0
35-
fi
35+
fi

0 commit comments

Comments
 (0)