BSC_Tests: fix a minor coding style issue

Change-Id: Ife5d37ebb7850f050c7db0723dfbda4d60d2db1a
This commit is contained in:
Vadim Yanitskiy 2021-10-12 14:04:45 +03:00
parent 376045711a
commit 07e4b633a4
1 changed files with 1 additions and 1 deletions

View File

@ -10517,7 +10517,7 @@ control {
execute( TC_dyn_pdch_osmo_act_nack() );
if (mp_enable_dyn_sdcch8_test) {
execute( TC_dyn_ts_sdcch8_act_deact() );
execute (TC_dyn_ts_sdcch8_tch_call_act_deact() );
execute( TC_dyn_ts_sdcch8_tch_call_act_deact() );
execute( TC_dyn_ts_sdcch8_act_nack() );
}