CodeFactor review

This commit is contained in:
emeric
2023-11-13 13:41:08 +01:00
parent 28a80b3c9d
commit d6fc923c4a
2 changed files with 1 additions and 2 deletions
@@ -653,5 +653,4 @@ TEST_F(DatabaseFixture, Release_meanBitrate)
track3.get().modify()->setRelease(release1.get()); track3.get().modify()->setRelease(release1.get());
} }
checkExpectedBitrate(192); // 0 should not be taken into account checkExpectedBitrate(192); // 0 should not be taken into account
} }
+1 -1
View File
@@ -8,7 +8,7 @@ fi
# make any command failure exit # make any command failure exit
set -e set -e
read -s -p "Enter password: " user_password read -r -s -p "Enter password: " user_password
echo echo
# Retrieve the argument from the command line # Retrieve the argument from the command line