Skip to content

Commit b2255dc

Browse files
committed
whitespace
1 parent e761259 commit b2255dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/validation.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,4 +159,4 @@ void print_perf(const double elapsed_seconds, const size_t n_cells){
159159
std::cout << "upd_cells_per_sec: " << gcells << " Gcell/sec\n";
160160
std::cout << "estimated_throughput: " << gcells * sizeof(real_t) * 2
161161
<< " GB/s" << std::endl;
162-
}
162+
}

0 commit comments

Comments
 (0)