Skip to content

Commit 449fedb

Browse files
committed
remove redundant ';'
1 parent 0513a9b commit 449fedb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/module_io/print_info.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ void setup_parameters(UnitCell& ucell, K_Vectors& kv)
9191
}
9292

9393
std::cout << std::setw(12) << GlobalV::NPROC
94-
<< std::setw(16) << Parallel_Global::omp_number;;
94+
<< std::setw(16) << Parallel_Global::omp_number;
9595
if (orbinfo) { std::cout << std::setw(12) << PARAM.globalv.nlocal; }
9696

9797
std::cout << std::endl;

0 commit comments

Comments
 (0)