[windows_kext] fix all linter error

This commit is contained in:
Vladimir Stoilov
2024-05-16 16:21:27 +03:00
parent 5610c88208
commit 1d6228ea7b
18 changed files with 137 additions and 131 deletions

View File

@@ -5,7 +5,7 @@ echo ========================
cd protocol
cargo test info::generate_test_info_file
cd ../kext_interface
cd ../kextinterface
go test -v -run TestGenerateCommandFile
cd ..
@@ -15,7 +15,7 @@ echo ========================
cd protocol
cargo test command::test_go_command_file
cd ../kext_interface
cd ../kextinterface
go test -v -run TestRustInfoFile
echo ========================